Package com.hp.lft.sdk.stdwin
Class TreeViewDescription.Init<T extends TreeViewDescription.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.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 Summary
Constructors -
Method Summary
Modifier 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.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 TreeViewDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
visibleNodes
Initializes the visible nodes in the TreeViewDescription.- Parameters:
visibleNodes
- the visible nodes in the TreeViewDescription.- Returns:
- the description instance with the updated state (builder pattern).
-
selectedNodes
Initializes the selected nodes in the TreeViewDescription.- Parameters:
selectedNodes
- the selected nodes in the TreeViewDescription.- Returns:
- the description instance with the update state (builder pattern).
-
nodesCount
Initializes 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).
-