Package com.hp.lft.sdk.sap.nwbc
Class TabStripDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase
com.hp.lft.sdk.sap.nwbc.TabStripDescription
- All Implemented Interfaces:
CloneableObject,Description,com.hp.lft.sdk.internal.DescriptionWithVri,Cloneable
The description of a SAP NWBC TabStrip test object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static classTabStripDescription.Init<T extends TabStripDescription.Init<T>>Helper class for TabStripDescription.Builder. -
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties -
Constructor Summary
ConstructorsModifierConstructorDescriptionInitializes a new instance of the TabStripDescription class.protectedInitializes a new instance of the TabStripDescription class using the Builder pattern. -
Method Summary
Modifier and TypeMethodDescriptioncanFocus()Returns whether the control can receive the focus.Returns all of the tabs in the tab strip.Returns the attached text associated with the object.Returns the object's .NET class.Returns the selected tab in the tab strip.voidsetAllItems(StringProperty allItems) Sets all of the tabs in the tab strip.voidsetAllItems(String allItems) Sets all of the tabs in the tab strip.voidsetAttachedText(StringProperty attachedText) Sets the attached text associated with the object.voidsetAttachedText(String attachedText) Sets the attached text associated with the object.voidsetCanFocus(Boolean canFocus) Sets whether the control can receive the focus.voidsetClassName(StringProperty className) Sets the object's .NET class.voidsetClassName(String className) Sets the object's .NET class.voidsetSelection(StringProperty selection) Sets the selected tab in the tab strip.voidsetSelection(String selection) Sets the selected tab in the tab strip.Methods inherited from class com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase
getAbsoluteLocation, getFullNamePath, getFullType, getLocation, getName, getObjectName, getSize, getText, getWindowTitleRegExp, IsEnabled, IsFocused, IsVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setEnabled, setFocused, setFullNamePath, setFullNamePath, setFullType, setFullType, setLocation, setLocation, setLocation, setName, setName, setObjectName, setObjectName, setSize, setSize, setSize, setText, setText, setVisible, setWindowTitleRegExp, setWindowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase
cloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescription
cloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
getValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObject
clone
-
Constructor Details
-
TabStripDescription
public TabStripDescription()Initializes a new instance of the TabStripDescription class. -
TabStripDescription
Initializes a new instance of the TabStripDescription class using the Builder pattern.- Parameters:
init- the Builder pattern.
-
-
Method Details
-
setAttachedText
Sets the attached text associated with the object.- Parameters:
attachedText- the attached text associated with the object.
-
setAttachedText
Sets the attached text associated with the object.- Parameters:
attachedText- the attached text associated with the object.
-
getAttachedText
Returns the attached text associated with the object.- Returns:
- the attached text associated with the object.
-
setCanFocus
Sets whether the control can receive the focus.- Parameters:
canFocus- true if the control can receive the focus; otherwise, false.
-
canFocus
Returns whether the control can receive the focus.- Returns:
- true if the control can receive the focus; otherwise, false.
-
setClassName
Sets the object's .NET class.- Parameters:
className- the object's .NET class.
-
setClassName
Sets the object's .NET class.- Parameters:
className- the object's .NET class.
-
getClassName
Returns the object's .NET class.- Returns:
- the object's .NET class.
-
setAllItems
Sets all of the tabs in the tab strip.- Parameters:
allItems- all of the tabs in the tab strip.
-
setAllItems
Sets all of the tabs in the tab strip.- Parameters:
allItems- all of the tabs in the tab strip.
-
getAllItems
Returns all of the tabs in the tab strip.- Returns:
- all of the tabs in the tab strip.
-
setSelection
Sets the selected tab in the tab strip.- Parameters:
selection- the selected tab in the tab strip.
-
setSelection
Sets the selected tab in the tab strip.- Parameters:
selection- the selected tab in the tab strip.
-
getSelection
Returns the selected tab in the tab strip.- Returns:
- the selected tab in the tab strip.
-