Uses of Interface
com.hp.lft.sdk.java.TableRow
Packages that use TableRow
-
Uses of TableRow in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return types with arguments of type TableRowMethods in com.hp.lft.sdk.java with parameters of type TableRowModifier and TypeMethodDescriptionvoid
Table.deselectRows
(TableRow... rows) Unselects rows byTableRow
.void
Table.deselectRowsRange
(TableRow fromRow, TableRow toRow) Unselects rows byTableRow
.void
Table.extendSelectRows
(TableRow... rows) Selects additional rows in the table.void
Table.extendSelectRowsRange
(TableRow fromRow, TableRow toRow) Selects the specified range of additional rows in the table.String[][]
Table.getTableCellValues
(TableRow startRow, TableRow endRow) Returns the content of all cells contained in a range of rows.String[][]
Table.getTableCellValues
(TableRow startRow, TableRow endRow, int startColumnIndex, int endColumnIndex) Returns the content of all cells contained in an area of the table.String[][]
Table.getTableCellValues
(TableRow startRow, TableRow endRow, String startColumnName, String endColumnName) Returns the content of all cells contained in an area of the table.void
Table.selectRows
(TableRow... rows) Selects rows byTableRow
.void
Table.selectRowsRange
(TableRow fromRow, TableRow toRow) Selects a range of rows by row objects.