Package com.hp.lft.sdk.java
Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.java.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.java.TabControlDescription.Init<T>
- Direct Known Subclasses:
- TabControlDescription.Builder
- Enclosing class:
- TabControlDescription
protected abstract static class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for TabControlDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).origLogicalLocation(StringProperty origLogicalLocation) Initializes the original logical location of the tab object.origLogicalLocation(String origLogicalLocation) Initializes the original logical location of the tab object.selectedTab(StringProperty selectedTab) Initializes the selected tabbed panel.selectedTab(String selectedTab) Initializes the selected tabbed panel contained in the tab object.Initializes the number of tabbed panels contained in the tab object.Methods inherited from class com.hp.lft.sdk.java.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, backgroundColor, backgroundColor, enabled, focused, foregroundColor, foregroundColor, label, label, location, location, location, nativeClass, nativeClass, objectName, objectName, path, path, size, size, size, tagName, tagName, visible, wrappedMethods 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).
 
- 
tabsCountInitializes the number of tabbed panels contained in the tab object.- Parameters:
- tabsCount- the number of tabbed panels contained in the tab object.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
selectedTabInitializes the selected tabbed panel contained in the tab object.- Parameters:
- selectedTab- the selected tabbed panel.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
selectedTabInitializes the selected tabbed panel.- Parameters:
- selectedTab- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
origLogicalLocationInitializes the original logical location of the tab object.- Parameters:
- origLogicalLocation- The location.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
origLogicalLocationInitializes the original logical location of the tab object.- Parameters:
- origLogicalLocation- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the updated state (builder pattern).
 
 
-