Uses of Class
com.iizix.prop.ui.table.TCell
Packages that use TCell
Uses of TCell in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return TCellModifier and TypeMethodDescriptionTCell[]
CellSelection.getSelectedCells()
Gets the selected cells.TCell[]
IUICellSelection.getSelectedCells()
Gets the selected cells.Constructors in com.iizix.prop.ui.selection with parameters of type TCellUses of TCell in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as TCellModifier 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.Methods in com.iizix.prop.ui.table that return TCellModifier 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.Methods in com.iizix.prop.ui.table with parameters of type TCellModifier 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.