com.hp.lft.sdk.winforms

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • attachedText

        public T attachedText(StringProperty attachedText)
        Initializes the static text that is attached to this object.
        Parameters:
        attachedText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • attachedText

        public T attachedText(java.lang.String attachedText)
        Initializes the static text that is attached to this object.
        Parameters:
        attachedText - the static text
        Returns:
        the description instance with the update state (builder pattern)
      • tabs

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

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

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

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