com.hp.lft.sdk.sap.ui5

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the tab strip is enabled.
        Parameters:
        enabled - true if enabled.
        Returns:
        The description instance with the update state (builder pattern).
      • tabsCount

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

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