Uses of Class
com.iizix.prop.ui.table.TableRow
Uses of TableRow in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionTableRow.clone()
Creates a clone out of this property.UITable.getFirstSelectedRow()
Gets the first selected row index for a selection table type, typically single-selection.TableCell.getRow()
Gets the row for the cell.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.Modifier and TypeMethodDescriptionvoid
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.