Package com.hp.lft.sdk.wpf
Class TabStripDescription.Init<T extends TabStripDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.wpf.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.wpf.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>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).name(StringProperty name) Initializes the name of this object.Initializes the name of this object.selectedTab(StringProperty selectedTab) Initializes selected tab in the tab control.selectedTab(String selectedTab) Initializes selected tab in the tab control.Initializes list of all items in the object.Methods inherited from class com.hp.lft.sdk.wpf.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, canFocus, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, size, size, size, text, text, visible, windowTitleRegExp, windowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends TabStripDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
tabsInitializes list of all items in the object.- Parameters:
- tabs- list of all items in the object.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedTabInitializes selected tab in the tab control.- Parameters:
- selectedTab- selected tab in the tab control.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedTabInitializes selected tab in the tab control.- Parameters:
- selectedTab- a StringProperty(or RegExpProperty) representing selected tab in the tab control.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
nameInitializes the name of this object.- Parameters:
- name- a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
nameInitializes the name of this object.- Parameters:
- name- the name of this object
- Returns:
- the description instance with the update state (builder pattern)
 
 
-