Uses of Class
com.iizix.prop.ui.table.TableRow
Packages that use TableRow Package Description com.iizix.prop.ui.table Uses of TableRow in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as TableRow Modifier and Type Field Description static TableRow[]
TableRows. EMPTY_ROWS
Empty array of rows.Methods in com.iizix.prop.ui.table that return TableRow Modifier and Type Method Description TableRow
TableRow. clone()
Creates a clone out of this property.TableRow
UITable. getFirstSelectedRow()
Gets the first selected row index for a selection table type, typically single-selection.TableRow
TableCell. getRow()
Gets the row for the cell.TableRow
TCell. getRow()
Gets the row for the cell.TableRow[]
TableRows. getRows()
Gets the rows.TableRow[]
UITable. getSelectedRows()
Gets the selected rows for a selection table type.Methods in com.iizix.prop.ui.table with parameters of type TableRow Modifier and Type Method Description void
DefaultTableContentProvider. onRowSelection(TableRow tableRow, VSRow row, boolean on)
Called when the row selection state is changed.void
ITableContentProvider. onRowSelection(TableRow tableRow, ROW row, boolean on)
Called when the row selection state is changed.boolean
UITable. setSelectedRows(TableRow[] rows)
Sets the selected rows for a selection table type.