GridRow |
Grid.addToSelection(int rowIndex) |
Add a row to the selection by index.
|
GridRow |
Grid.addToSelection(int columnIndex,
String textToFind) |
Add a row to the selection by text in the given column.
|
GridRow |
GridCell.containingRow() |
Gets the row that contains this cell.
|
GridRow |
Grid.getRowByIndex(int rowIndex) |
Get a row by index.
|
GridRow |
Grid.getRowByValue(int columnIndex,
String textToFind) |
Get a row by text in the given column.
|
GridRow |
Grid.removeFromSelection(int rowIndex) |
Remove a row from the selection by index.
|
GridRow |
Grid.removeFromSelection(int columnIndex,
String textToFind) |
Remove a row from the selection by text in the given column.
|
GridRow |
GridRow.scrollIntoView() |
Scrolls the row into view.
|
GridRow |
Grid.select(int rowIndex) |
Select a row by index.
|
GridRow |
Grid.select(int columnIndex,
String textToFind) |
Select the first row by text in the given column.
|
GridRow |
Grid.selectedItem() |
Gets the first selected item or null otherwise.
|