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_ROWSEmpty array of rows.Methods in com.iizix.prop.ui.table that return TableRow Modifier and Type Method Description TableRowTableRow. clone()Creates a clone out of this property.TableRowUITable. getFirstSelectedRow()Gets the first selected row index for a selection table type, typically single-selection.TableRowTableCell. getRow()Gets the row for the cell.TableRowTCell. 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 voidDefaultTableContentProvider. onRowSelection(TableRow tableRow, VSRow row, boolean on)Called when the row selection state is changed.voidITableContentProvider. onRowSelection(TableRow tableRow, ROW row, boolean on)Called when the row selection state is changed.booleanUITable. setSelectedRows(TableRow[] rows)Sets the selected rows for a selection table type.