Uses of Interface
com.hp.lft.sdk.sap.gui.TableRow
Packages that use TableRow
-
Uses of TableRow in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return TableRowModifier and TypeMethodDescriptionTableBase.findRowWithCellTextInColumn
(String text, int columnIndex) Finds the first row with this text.TableBase.findRowWithCellTextInColumn
(String text, int columnIndex, int startFromRow) Finds the first row with this text.TableBase.findRowWithCellTextInColumn
(String text, String column) Finds the first row with this text.TableBase.findRowWithCellTextInColumn
(String text, String column, int startFromRow) Finds the first row with this text.Grid.getFirstVisibleRow()
Returns the first row visible in a scrolled area.Methods in com.hp.lft.sdk.sap.gui that return types with arguments of type TableRowModifier and TypeMethodDescriptionTableBase.findAllRowsWithCellTextInColumn
(String text, int columnIndex) Finds all rows with this text in the specified column.TableBase.findAllRowsWithCellTextInColumn
(String text, String column) Finds all rows with the specified text in the specified column.TableBase.getRows()
Returns the list of rows in the test object.