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 TypeMethodDescriptionvoidTable.deselectRows(TableRow... rows) Unselects rows byTableRow.voidTable.deselectRowsRange(TableRow fromRow, TableRow toRow) Unselects rows byTableRow.voidTable.extendSelectRows(TableRow... rows) Selects additional rows in the table.voidTable.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.voidTable.selectRows(TableRow... rows) Selects rows byTableRow.voidTable.selectRowsRange(TableRow fromRow, TableRow toRow) Selects a range of rows by row objects.