com.hp.lft.sdk.web

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • tabsCount

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

        public T tabs(java.lang.String[] tabs)
        Initializes the tab names in this tab strip.
        Parameters:
        tabs - all tab names in this tab strip.
        Returns:
        the description instance with the update state (builder pattern).
      • firstTab

        public T firstTab(java.lang.String firstTab)
        Initializes the first tab in the list of tabs in this tab strip.
        Parameters:
        firstTab - the first tab in the list of tabs in this tab strip.
        Returns:
        the description instance with the update state (builder pattern).
      • firstTab

        public T firstTab(StringProperty firstTab)
        Initializes the first tab in the list of tabs in this tab strip.
        Parameters:
        firstTab - a StringProperty (or RegExpProperty) representing the first tab in the list of tabs in this tab strip.
        Returns:
        the description instance with the update state (builder pattern).