Package com.hp.lft.sdk.stdwin
Class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init<T>
com.hp.lft.sdk.stdwin.TabControlDescription.Init<T>
- Direct Known Subclasses:
TabControlDescription.Builder
- Enclosing class:
- TabControlDescription
protected abstract static class TabControlDescription.Init<T extends TabControlDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for TabControlDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).selectedTab
(StringProperty selectedTab) Initializes the selected tab in the TabControlDescription.selectedTab
(String selectedTab) Initializes the selected tab in the TabControlDescription.Initializes the tabs in the TabControlDescription.Initializes the number of tabs in the TabControlDescription.Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init
rightAligned, rightToLeftLayout, rightToLeftReading
Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, accessibleName, accessibleName, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowExtendedStyle, windowId, windowStyle, windowStyle, windowTitleRegExp, windowTitleRegExp
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 classDescriptionBase.Init<T extends TabControlDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
tabs
Initializes the tabs in the TabControlDescription.- Parameters:
tabs
- the tabs in the TabControlDescription.- Returns:
- the description instance with the update state (builder pattern).
-
selectedTab
Initializes the selected tab in the TabControlDescription.- Parameters:
selectedTab
- the selected tab in the TabControlDescription.- Returns:
- the description instance with the update state (builder pattern).
-
selectedTab
Initializes the selected tab in the TabControlDescription.- Parameters:
selectedTab
- a StringProperty (or RegExpProperty) representing the selected tab in the TabControlDescription.- Returns:
- the description instance with the update state (builder pattern).
-
tabsCount
Initializes the number of tabs in the TabControlDescription.- Parameters:
count
- the number of tabs in the TabControlDescription.- Returns:
- the description instance with the update state (builder pattern).
-