com.hp.lft.sdk.sap.ui5

Class TabStripDescription

    • Constructor Detail

      • TabStripDescription

        public TabStripDescription()
        Initializes a new instance of the TabStripDescription class.
      • TabStripDescription

        protected TabStripDescription(TabStripDescription.Init<?> init)
        Initializes a new instance of the TabStripDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether tab strip is enabled.
        Parameters:
        enabled - true if enabled.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Returns whether the tab strip is enabled.
        Returns:
        True if enabled.
      • setTabsCount

        public void setTabsCount(java.lang.Integer itemsCount)
        Sets the number of tabs contained in the tabstrip object.
        Parameters:
        itemsCount - the number of tabs contained in the tabstrip object.
      • getTabsCount

        public java.lang.Integer getTabsCount()
        Returns the number of tabs contained in the tabstrip object.
        Returns:
        The number of tabs contained in the tabstrip object.
      • setTabs

        public void setTabs(java.lang.String[] tabs)
        Sets tabs in the tabstrip object.
        Parameters:
        tabs - the tabs to set in the tabstrip object.
      • getTabs

        public java.lang.String[] getTabs()
        Returns a collection of tabs in the tab strip, separated by semi-colons (;).
        Returns:
        A collection of tabs in the tab strip, separated by semi-colons (;).