Package com.hp.lft.sdk.sap.gui
Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.ElementDescription.Init<T>
com.hp.lft.sdk.sap.gui.TabControlDescription.Init<T>
- Direct Known Subclasses:
- TabControlDescription.Builder
- Enclosing class:
- TabControlDescription
protected abstract static class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for TabControlDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes whether the tab object can accept user input.selectedTab(StringProperty selectedTab) Initializes the selected tab in the tab object.selectedTab(String selectedTab) Initializes the selected tab in the tab objectInitializes the list of tabs in the tab object.Initializes the number of tabs contained in the tab object.text(StringProperty text) Initializes the text associated with the tab object.Initializes the text associated with the tab object.tooltip(StringProperty tooltip) Initializes the value of the tab object's tooltip.Initializes the value of the tab object's tooltip.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, typeMethods 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- ElementDescription.Init<T extends TabControlDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
selectedTabInitializes the selected tab in the tab object- Parameters:
- selectedTab- the selected tab.
- 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)
 
- 
tooltipInitializes the value of the tab object's tooltip.- Parameters:
- tooltip- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tooltipInitializes the value of the tab object's tooltip.- Parameters:
- tooltip- the tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes the text associated with the tab object.- Parameters:
- text- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes the text associated with the tab object.- Parameters:
- text- the text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledInitializes whether the tab object can accept user input.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tabsInitializes the list of tabs in the tab object.- Parameters:
- tabs- the list of tabs.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tabsCountInitializes the number of tabs contained in the tab object.- Parameters:
- tabsCount- the number of tabs.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-