Class TabControlDescription

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

public class TabControlDescription extends UiObjectDescriptionBase
The description of a a .NET Windows Forms TabControl test object.
  • Constructor Details

    • TabControlDescription

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

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

    • setAttachedText

      public void setAttachedText(String attachedText)
      Sets the static text that is attached to the object.
      Parameters:
      attachedText - the static text
    • setAttachedText

      public void setAttachedText(StringProperty attachedText)
      Sets the static text that is attached to the object.
      Parameters:
      attachedText - a StringProperty or RegExpProperty
    • getAttachedText

      public StringProperty getAttachedText()
      Returns the static text that is attached to this object.
      Returns:
      the static text
    • setTabs

      public void setTabs(String[] tabs)
      Sets the tabs in the tab object.
      Parameters:
      tabs - the tabs
    • getTabs

      public String[] getTabs()
      Returns the tabs in the tab object.
      Returns:
      the tabs
    • setSelectedTab

      public void setSelectedTab(String tab)
      Sets the selected tab in the tab object.
      Parameters:
      tab - the tab to select
    • setSelectedTab

      public void setSelectedTab(StringProperty tab)
      Sets the selected tab in the tab object.
      Parameters:
      tab - a StringProperty or RegExpProperty
    • getSelectedTab

      public StringProperty getSelectedTab()
      Returns the selected tab in the tab object.
      Returns:
      the selected tab
    • setTabsCount

      public void setTabsCount(Integer count)
      Sets the number of tabs in the tab object.
      Parameters:
      count - the tab count
    • getTabsCount

      public Integer getTabsCount()
      Returns the number of tabs in the tab object.
      Returns:
      the tab count