Uses of Class
com.iizix.prop.ui.table.TCell
Uses of TCell in com.iizix.prop.ui.selection
Modifier and TypeMethodDescriptionTCell[]
CellSelection.getSelectedCells()
Gets the selected cells.TCell[]
IUICellSelection.getSelectedCells()
Gets the selected cells.Uses of TCell in com.iizix.prop.ui.table
Modifier and TypeFieldDescriptionstatic final TCell
TCell.EMPTY
An empty table cell contents.static final TCell
TCell.EMPTY_CELL_SELECTED
An empty table cell contents, but cell is selected.static final TCell[]
TableRows.EMPTY_CELLS
Empty array of cell contents.Modifier and TypeMethodDescriptionTCell.asCellOwner
(TableCell newOwner) Creates a new GCell instance that is cell selected.TCell.asCellSelected
(boolean on) Creates a new GCell instance that is cell selected.protected TCell
TCell.clone()
Clones the table cell.TableCell.getContents()
Gets the current contents set as an GCell.DefaultTableContentProvider.getRowCell
(VSField cell, int columnIndex, int rowIndex) Gets the row cell information.ITableContentProvider.getRowCell
(ROW_CELL cell, int columnIndex, int rowIndex) Gets the row cell information.TCell[]
UITable.getSelectedCells()
Gets the selected cells in the table.Modifier and TypeMethodDescriptionvoid
DefaultTableContentProvider.onCellUpdated
(VSField cell, TCell value) Cell update event.void
ITableContentProvider.onCellUpdated
(ROW_CELL cell, TCell value) Cell update event.boolean
TableCell.setPropValue
(TCell newValue) Sets a new value for this property.boolean
UITable.setSelectedCells
(TCell[] cells) Sets the selected cells in the table.