Package com.hp.lft.sdk.winforms
Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.TabControlDescription.Init<T>
- Direct Known Subclasses:
- TabControlDescription.Builder
- Enclosing class:
- TabControlDescription
protected abstract static class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionattachedText(StringProperty attachedText) Initializes the static text that is attached to this object.attachedText(String attachedText) Initializes the static text that is attached to this object.build()Returns the built description instance (builder pattern).selectedTab(StringProperty selectedTab) Initializes the selected tab in the tab object.selectedTab(String selectedTab) Initializes the selected tab in the tab objectInitializes the tabs in the tab object.Initializes the number of tabs in the tab object.Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, 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 TabControlDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
attachedTextInitializes the static text that is attached to this object.- Parameters:
- attachedText- a- StringPropertyor- RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
attachedTextInitializes the static text that is attached to this object.- Parameters:
- attachedText- the static text
- Returns:
- the description instance with the update state (builder pattern)
 
- 
tabsInitializes the tabs in the tab object.- Parameters:
- tabs- the tabs
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedTabInitializes the selected tab in the tab object- Parameters:
- selectedTab- the tab to select
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedTabInitializes the selected tab in the tab object.- Parameters:
- selectedTab- a- StringPropertyor- RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
tabsCountInitializes the number of tabs in the tab object.- Parameters:
- count- the tab count
- Returns:
- the description instance with the update state (builder pattern)
 
 
-