com.hp.lft.sdk.powerbuilder

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • tabs

        public T tabs(String[] tabs)
        Initializes the tabs in the TabControlDescription.
        Parameters:
        tabs - the tabs in the TabControlDescription.
        Returns:
        the description instance with the update state (builder pattern).
      • selectedTab

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

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

        public T tabsCount(Integer count)
        Initializes the number of tabs in the TabControlDescription.
        Parameters:
        count - the number of tabs in the TabControlDescription.
        Returns:
        the description instance with the update state (builder pattern).