Uses of Class
com.iizix.prop.ui.table.TableRow
Packages that use TableRow
Uses of TableRow in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as TableRowMethods in com.iizix.prop.ui.table that return TableRowModifier 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.Methods in com.iizix.prop.ui.table with parameters of type TableRowModifier 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.