Uses of Interface
com.hp.lft.sdk.java.TreeViewTableRow
Packages that use TreeViewTableRow
-
Uses of TreeViewTableRow in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return TreeViewTableRowModifier and TypeMethodDescriptionTreeViewTable.getNode
(int index) Returns the value of the specified node.Methods in com.hp.lft.sdk.java that return types with arguments of type TreeViewTableRowModifier and TypeMethodDescriptionTreeViewTable.getSelectedNodes()
Returns the selected nodes in the tree.Methods in com.hp.lft.sdk.java with parameters of type TreeViewTableRowModifier and TypeMethodDescriptionvoid
TreeViewTable.deselect
(TreeViewTableRow... nodes) Clears the selection of nodes in the tree.void
TreeViewTable.deselectRowsRange
(TreeViewTableRow fromRow, TreeViewTableRow toRow) Unselects rows byTreeViewTableRow
.void
TreeViewTable.extendSelect
(TreeViewTableRow... nodes) Selects additional nodes in the tree.void
TreeViewTable.select
(TreeViewTableRow... nodes) Selects the specified nodes.void
TreeViewTable.selectRange
(TreeViewTableRow fromNode, TreeViewTableRow toNode) Selects the specified range of nodes.void
TreeViewTable.selectRowsRange
(TreeViewTableRow fromRow, TreeViewTableRow toRow) Selects a range of rows by row objects.