Package com.hp.lft.sdk.java
Class TreeViewDescription.Init<T extends TreeViewDescription.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.TreeViewDescription.Init<T>
- Direct Known Subclasses:
- TreeViewDescription.Builder
- Enclosing class:
- TreeViewDescription
protected abstract static class TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for 
TreeViewDescription.Builder.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).columnsCount(Integer columnsCount) Initializes the number of columns in the tree.selectedNodes(String[] selectedNodes) Initializes the selected nodes in the tree.visibleNodesCount(Integer visibleNodesCount) Initializes the number of visible nodes in the tree.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 TreeViewDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
visibleNodesCountInitializes the number of visible nodes in the tree.- Parameters:
- visibleNodesCount- the number of visible nodes in the tree.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
columnsCountInitializes the number of columns in the tree.- Parameters:
- columnsCount- the number of columns in the tree.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
selectedNodesInitializes the selected nodes in the tree.- Parameters:
- selectedNodes- the selected nodes in the tree.
- Returns:
- the description instance with the updated state (builder pattern).
 
 
-