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 TypeMethodDescriptionvoidTreeViewTable.deselect(TreeViewTableRow... nodes) Clears the selection of nodes in the tree.voidTreeViewTable.deselectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Unselects rows byTreeViewTableRow.voidTreeViewTable.extendSelect(TreeViewTableRow... nodes) Selects additional nodes in the tree.voidTreeViewTable.select(TreeViewTableRow... nodes) Selects the specified nodes.voidTreeViewTable.selectRange(TreeViewTableRow fromNode, TreeViewTableRow toNode) Selects the specified range of nodes.voidTreeViewTable.selectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Selects a range of rows by row objects.