com.hp.lft.sdk.winforms

Class TabControlDescription

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


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

      • TabControlDescription

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

      • setAttachedText

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

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

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

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

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

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

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

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