Package com.hp.lft.sdk.java
Class ExpandBarDescription.Init<T extends ExpandBarDescription.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.ExpandBarDescription.Init<T>
- Direct Known Subclasses:
- ExpandBarDescription.Builder
- Enclosing class:
- ExpandBarDescription
protected abstract static class ExpandBarDescription.Init<T extends ExpandBarDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for ExpandBarDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).expandedItems(String[] expandedItems) Initializes the expanded items in the ExpandBar.itemsCount(Integer itemsCount) Initializes the number of ExpandBar items in the ExpandBar.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 ExpandBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
itemsCountInitializes the number of ExpandBar items in the ExpandBar.- Parameters:
- itemsCount- the number of ExpandBar items in the ExpandBar.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
expandedItemsInitializes the expanded items in the ExpandBar.- Parameters:
- expandedItems- the expanded items in the ExpandBar.
- Returns:
- the description instance with the updated state (builder pattern).
 
 
-