Package com.hp.lft.sdk.sap.nwbc
Class TabStripDescription.Init<T extends TabStripDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.sap.nwbc.TabStripDescription.Init<T>
- Direct Known Subclasses:
TabStripDescription.Builder
- Enclosing class:
- TabStripDescription
protected abstract static class TabStripDescription.Init<T extends TabStripDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
Helper class for TabStripDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallItems(StringProperty allItems) Initializes all of the tabs in the tab strip.Initializes all of the tabs in the tab strip.attachedText(StringProperty attachedText) Initializes the attached text associated with the object.attachedText(String attachedText) Initializes the attached text associated with the object.build()Returns the built description instance (builder pattern).canFocus(boolean canFocus) Initializes whether the control can receive the focus.className(StringProperty className) Initializes the object's .NET class.Initializes the object's .NET class.selection(StringProperty selection) Initializes the selected tab in the tab strip.Initializes the selected tab in the tab strip.Methods inherited from class com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase.Init
absoluteLocation, absoluteLocation, absoluteLocation, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, name, name, objectName, objectName, size, size, size, text, visible, windowTitleRegExp, windowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
buildin classUiObjectDescriptionBase.Init<T extends TabStripDescription.Init<T>>- Returns:
- The built description instance (builder pattern).
-
attachedText
Initializes the attached text associated with the object.- Parameters:
attachedText- the attached text associated with the object.- Returns:
- the Builder instance.
-
attachedText
Initializes the attached text associated with the object.- Parameters:
attachedText- the attached text associated with the object.- Returns:
- the Builder instance.
-
canFocus
Initializes whether the control can receive the focus.- Parameters:
canFocus- true if the control can receive the focus; otherwise, false.- Returns:
- the Builder instance.
-
className
Initializes the object's .NET class.- Parameters:
className- the object's .NET class.- Returns:
- the Builder instance.
-
className
Initializes the object's .NET class.- Parameters:
className- the object's .NET class.- Returns:
- the Builder instance.
-
allItems
Initializes all of the tabs in the tab strip.- Parameters:
allItems- all of the tabs in the tab strip.- Returns:
- the Builder instance.
-
allItems
Initializes all of the tabs in the tab strip.- Parameters:
allItems- all of the tabs in the tab strip.- Returns:
- the Builder instance.
-
selection
Initializes the selected tab in the tab strip.- Parameters:
selection- the selected tab in the tab strip.- Returns:
- the Builder instance.
-
selection
Initializes the selected tab in the tab strip.- Parameters:
selection- the selected tab in the tab strip.- Returns:
- the Builder instance.
-