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 Summary
Constructors -
Method Summary
Modifier 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.Init
absoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, type
Methods 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.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classElementDescription.Init<T extends TabControlDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
selectedTab
Initializes the selected tab in the tab object- Parameters:
selectedTab
- the selected tab.- Returns:
- the description instance with the update state (builder pattern)
-
selectedTab
Initializes the selected tab in the tab object.- Parameters:
selectedTab
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern)
-
tooltip
Initializes the value of the tab object's tooltip.- Parameters:
tooltip
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
tooltip
Initializes the value of the tab object's tooltip.- Parameters:
tooltip
- the tooltip.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes the text associated with the tab object.- Parameters:
text
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes the text associated with the tab object.- Parameters:
text
- the text.- Returns:
- the description instance with the update state (builder pattern).
-
enabled
Initializes 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).
-
tabs
Initializes the list of tabs in the tab object.- Parameters:
tabs
- the list of tabs.- Returns:
- the description instance with the update state (builder pattern).
-
tabsCount
Initializes 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).
-