Package com.hp.lft.sdk.powerbuilder
Class TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription.Init<T>
com.hp.lft.sdk.powerbuilder.TreeViewDescription.Init<T>
- Direct Known Subclasses:
- TreeViewDescription.Builder
- Enclosing class:
- TreeViewDescription
protected abstract static class TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for TreeViewDescription.Builders.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).nodesCount(Integer count) Initializes the number of nodes in the TreeViewDescription.selectedNodes(String[] selectedNodes) Initializes the selected nodes in the TreeViewDescription.visibleNodes(String[] visibleNodes) Initializes the visible nodes in the TreeViewDescription.Methods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription.InitrightAligned, rightToLeftLayout, rightToLeftReadingMethods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, objectName, objectName, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowId, windowStyle, windowTitleRegExp, windowTitleRegExpMethods 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).
 
- 
visibleNodesInitializes the visible nodes in the TreeViewDescription.- Parameters:
- visibleNodes- the visible nodes in the TreeViewDescription.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
selectedNodesInitializes the selected nodes in the TreeViewDescription.- Parameters:
- selectedNodes- the selected nodes in the TreeViewDescription.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
nodesCountInitializes the number of nodes in the TreeViewDescription.- Parameters:
- count- the number of nodes in the TreeViewDescription.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-