com.hp.lft.sdk.java

Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • tabsCount

        public T tabsCount(java.lang.Integer tabsCount)
        Initializes the number of tabbed panels contained in the tab object.
        Parameters:
        tabsCount - the number of tabbed panels contained in the tab object.
        Returns:
        the description instance with the updated state (builder pattern).
      • selectedTab

        public T selectedTab(java.lang.String selectedTab)
        Initializes the selected tabbed panel contained in the tab object.
        Parameters:
        selectedTab - the selected tabbed panel.
        Returns:
        the description instance with the updated state (builder pattern).
      • selectedTab

        public T selectedTab(StringProperty selectedTab)
        Initializes the selected tabbed panel.
        Parameters:
        selectedTab - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the updated state (builder pattern).
      • origLogicalLocation

        public T origLogicalLocation(java.lang.String origLogicalLocation)
        Initializes the original logical location of the tab object.
        Parameters:
        origLogicalLocation - The location.
        Returns:
        the description instance with the updated state (builder pattern).
      • origLogicalLocation

        public T origLogicalLocation(StringProperty origLogicalLocation)
        Initializes the original logical location of the tab object.
        Parameters:
        origLogicalLocation - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the updated state (builder pattern).