Class TabStripDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class TabStripDescription extends WebElementDescription
The description of an SAPUI5 TabStrip test object.
  • Constructor Details

    • 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 Details

    • setEnabled

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

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

      public void setTabsCount(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 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(String[] tabs)
      Sets tabs in the tabstrip object.
      Parameters:
      tabs - the tabs to set in the tabstrip object.
    • getTabs

      public 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 (;).