Package com.hp.lft.sdk.java
Class TreeViewTableDescription.Init<T extends TreeViewTableDescription.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.TreeViewTableDescription.Init<T>
- Direct Known Subclasses:
TreeViewTableDescription.Builder
- Enclosing class:
- TreeViewTableDescription
protected abstract static class TreeViewTableDescription.Init<T extends TreeViewTableDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for
TreeViewTableDescription.Builder
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).columnHeaders
(String[] columnHeaders) Initializes the collection of column headers in a table.columnsCount
(Integer columnsCount) Initializes the number of columns in the tree.Initializes the number of rows in a table.selectedNodes
(String[] selectedNodes) Initializes the selected nodes in the tree.Methods inherited from class com.hp.lft.sdk.java.UiObjectBaseDescription.Init
absoluteLocation, 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, wrapped
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 TreeViewTableDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
rowsCount
Initializes the number of rows in a table.- Parameters:
rowsCount
- the number of rows in a table.- Returns:
- the description instance with the updated state (builder pattern).
-
columnsCount
Initializes 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).
-
columnHeaders
Initializes the collection of column headers in a table.- Parameters:
columnHeaders
- the collection of column headers in a table.- Returns:
- the description instance with the updated state (builder pattern).
-
selectedNodes
Initializes the selected nodes in the tree.- Parameters:
selectedNodes
- the selected nodes in the tree.- Returns:
- the description instance with the updated state (builder pattern).
-