Class TabStripDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class TabStripDescription extends UiObjectDescriptionBase
The description of a WPF TabStrip test object.
  • Constructor Details

    • TabStripDescription

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

      protected TabStripDescription(TabStripDescription.Init<?> init)
  • Method Details

    • setTabs

      public void setTabs(String[] tabs)
      Sets list of all items in the object.
      Parameters:
      tabs - list of all items in the object.
    • getTabs

      public String[] getTabs()
      Returns list of all items in the object.
      Returns:
      list of all items in the object.
    • setSelectedTab

      public void setSelectedTab(String tab)
      Sets selected tab in the tab control.
      Parameters:
      tab - the selected tabs in the combo box.
    • setSelectedTab

      public void setSelectedTab(StringProperty tab)
      Sets selected tab in the tab control.
      Parameters:
      tab - a StringProperty(or RegExpProperty) representing the selected tabs in the combo box.
    • getSelectedTab

      public StringProperty getSelectedTab()
      Returns selected tab in the tab control.
      Returns:
      selected tab in the tab control.
    • setName

      public void setName(String name)
      Sets the name of the object.
      Parameters:
      name - the name of this object
    • setName

      public void setName(StringProperty name)
      Sets the name of the object.
      Parameters:
      name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
    • getName

      public StringProperty getName()
      Returns the name of this object.
      Returns:
      name the name of the object.