Package com.hp.lft.sdk.sap.gui
Class TabControlDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.sap.gui.ElementDescription
com.hp.lft.sdk.sap.gui.TabControlDescription
- All Implemented Interfaces:
- CloneableObject,- Description,- com.hp.lft.sdk.internal.DescriptionWithVri,- Cloneable
Description of a SAP GUI for Windows tab strip.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThis class can be used to construct an instance of the TabControlDescription class using the builder pattern.protected static classHelper class for TabControlDescription.Builder.
- 
Field SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsModifierConstructorDescriptionInitializes a new instance of the TabControlDescription class.protectedInitializes a new instance of the TabControlDescription class using the Builder pattern.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the selected tab.String[]getTabs()Returns the list of the tabs in the tab object.Returns the number of tabs contained in the tab object.getText()Returns the text associated with the tab object.Returns the value of the tab object's tooltip.Indicates whether the tab object can accept user input.voidsetEnabled(Boolean enabled) Sets whether the tab object can accept user input.voidSelects the specified tab in the tab object.voidsetSelectedTab(String tab) Selects the specified tab in the tab control.voidSets the list of tabs in the tab object.voidsetTabsCount(Integer number) Sets the number of tabs contained in the tab object.voidsetText(StringProperty text) Sets the text associated with the tab object.voidSets the text associated with the tab object.voidsetTooltip(StringProperty tooltip) Sets the value of the tab object's tooltip.voidsetTooltip(String tooltip) Sets the value of the tab object's tooltip.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescriptiongetAbsoluteLocation, getId, getLocation, getName, getSize, getType, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setId, setId, setLocation, setLocation, setLocation, setName, setName, setSize, setSize, setSize, setTypeMethods inherited from class com.hp.lft.sdk.DescriptionBasecloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasegetValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObjectclone
- 
Constructor Details- 
TabControlDescriptionpublic TabControlDescription()Initializes a new instance of the TabControlDescription class.
- 
TabControlDescriptionInitializes a new instance of the TabControlDescription class using the Builder pattern.- Parameters:
- init- the Builder pattern.
 
 
- 
- 
Method Details- 
setSelectedTabSelects the specified tab in the tab control.- Parameters:
- tab- the tab.
 
- 
setSelectedTabSelects the specified tab in the tab object.- Parameters:
- tab- a- StringPropertyor- RegExpProperty.
 
- 
getSelectedTabReturns the selected tab.- Returns:
- the selected tab.
 
- 
setTooltipSets the value of the tab object's tooltip.- Parameters:
- tooltip- a- StringPropertyor- RegExpProperty.
 
- 
setTooltipSets the value of the tab object's tooltip.- Parameters:
- tooltip- the tooltip.
 
- 
getTooltipReturns the value of the tab object's tooltip.- Returns:
- the tooltip.
 
- 
setTextSets the text associated with the tab object.- Parameters:
- text- a- StringPropertyor- RegExpProperty.
 
- 
setTextSets the text associated with the tab object.- Parameters:
- text- the text.
 
- 
getTextReturns the text associated with the tab object.- Returns:
- the text.
 
- 
setEnabledSets whether the tab object can accept user input.- Parameters:
- enabled- true to set as enabled.
 
- 
isEnabledIndicates whether the tab object can accept user input.- Returns:
- true if enabled.
 
- 
setTabsSets the list of tabs in the tab object.- Parameters:
- tabs- the list of tabs.
 
- 
getTabsReturns the list of the tabs in the tab object.- Returns:
- the list of tabs.
 
- 
setTabsCountSets the number of tabs contained in the tab object.- Parameters:
- number- the number of tabs.
 
- 
getTabsCountReturns the number of tabs contained in the tab object.- Returns:
- the number of tabs.
 
 
-