Package com.hp.lft.sdk.java
Interface TreeViewTable
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TableBase,- TestObject,- TestObjectDescriber,- TreeViewBase,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A JavaFX TreeViewTable.
- 
Method SummaryModifier and TypeMethodDescriptionvoidActivates a node or row in the tree view table.voidcollapse(int index) Collapses the expandable node in the tree.voidCollapses the expandable node in the tree.voiddeselect(TreeViewTableRow... nodes) Clears the selection of nodes in the tree.voiddeselectColumn(int column) Unselects the specified column by column index.voiddeselectColumn(String columnsHeader) Unselects the specified column by column header.voiddeselectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Unselects rows byTreeViewTableRow.voidexpand(int index) Expands the expandable node in the tree.voidExpands the expandable node in the tree.voidextendSelect(TreeViewTableRow... nodes) Selects additional nodes in the tree.getNode(int index) Returns the value of the specified node.Returns the selected nodes in the tree.voidselect(TreeViewTableRow... nodes) Selects the specified nodes.voidselectColumn(int column) Selects column by column index.voidselectColumn(String columnHeader) Selects column by column header.voidselectRange(TreeViewTableRow fromNode, TreeViewTableRow toNode) Selects the specified range of nodes.voidselectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Selects a range of rows by row objects.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.java.TableBaseactivateCell, activateCell, activateColumn, activateColumn, deselectRowsRange, getColumnHeaders, selectCell, selectCell, selectCellsRange, selectCellsRange, selectColumnsRange, selectColumnsRange, selectRowsRangeMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.java.TreeViewBasebuildNodePath, deselect, deselectRange, extendSelect, getColumnsCount, select, selectRangeMethods inherited from interface com.hp.lft.sdk.java.UiObjectBasecreateObject, createObject, fireEvent, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getNativeClass, getObjectName, getObjectProperty, getPath, getStatics, getTagName, isFocused, sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
activateActivates a node or row in the tree view table. Tip: Use theTreeViewBase.buildNodePath(java.lang.Object...)method to build the node path string to be used as the nodeOrPath argument for this method.- Parameters:
- nodePath- The full path of the node to activate within the tree.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getNodeReturns the value of the specified node.- Parameters:
- index- The 0-based index of the node or row you want to retrieve.
- Returns:
- The value of the specified node.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getSelectedNodesReturns the selected nodes in the tree.- Returns:
- the selected nodes.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectClears the selection of nodes in the tree.- Parameters:
- nodes- the nodes to deselect.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectColumnUnselects the specified column by column index.
 Important: This method is not supported for SWT tables.- Parameters:
- column- 0-based column index.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectColumnUnselects the specified column by column header.
 Important: This method is not supported for SWT tables.- Parameters:
- columnsHeader- the column header.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectRowsRangevoid deselectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) throws GeneralLeanFtException Unselects rows byTreeViewTableRow.- Parameters:
- fromRow- the first- TreeViewTableRow.
- toRow- the last- TreeViewTableRow.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
extendSelectSelects additional nodes in the tree.- Parameters:
- nodes- the nodes to add to the selection.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
selectSelects the specified nodes.- Parameters:
- nodes- the nodes to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectColumnSelects column by column index.- Parameters:
- column- 0-based index of the column.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectColumnSelects column by column header.- Parameters:
- columnHeader- the header of the column.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectRangeSelects the specified range of nodes.- Parameters:
- fromNode- the first node in the range.
- toNode- the last node of the range.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectRowsRangevoid selectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) throws GeneralLeanFtException Selects a range of rows by row objects.- Parameters:
- fromRow- the first- TreeViewTableRow.
- toRow- the last- TreeViewTableRow.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
expandExpands the expandable node in the tree.- Parameters:
- nodePath- The full path of the node to expand within the tree.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
expandExpands the expandable node in the tree.- Parameters:
- index- The 0-based index of the node or row to expand.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
collapseCollapses the expandable node in the tree.- Parameters:
- nodePath- The full path of the node to collapse within the tree.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
collapseCollapses the expandable node in the tree.- Parameters:
- index- The 0-based index of the node or row to collapse.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-