com.hp.lft.sdk.wpf

Class TabStripDescription.Init<T extends TabStripDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • tabs

        public T tabs(java.lang.String[] tabs)
        Initializes list of all items in the object.
        Parameters:
        tabs - list of all items in the object.
        Returns:
        the description instance with the update state (builder pattern)
      • selectedTab

        public T selectedTab(java.lang.String selectedTab)
        Initializes selected tab in the tab control.
        Parameters:
        selectedTab - selected tab in the tab control.
        Returns:
        the description instance with the update state (builder pattern)
      • selectedTab

        public T selectedTab(StringProperty selectedTab)
        Initializes selected tab in the tab control.
        Parameters:
        selectedTab - a StringProperty(or RegExpProperty) representing selected tab in the tab control.
        Returns:
        the description instance with the update state (builder pattern)
      • name

        public T name(StringProperty name)
        Initializes the name of this object.
        Parameters:
        name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
        Returns:
        the description instance with the update state (builder pattern)
      • name

        public T name(java.lang.String name)
        Initializes the name of this object.
        Parameters:
        name - the name of this object
        Returns:
        the description instance with the update state (builder pattern)