Uses of Class
com.iizix.prop.ui.table.TCell
Packages that use TCell Package Description com.iizix.prop.ui.selection com.iizix.prop.ui.table Uses of TCell in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return TCell Modifier and Type Method Description TCell[]
CellSelection. getSelectedCells()
Gets the selected cells.TCell[]
IUICellSelection. getSelectedCells()
Gets the selected cells.Constructors in com.iizix.prop.ui.selection with parameters of type TCell Constructor Description CellSelection(UITable source, TCell[] cells)
Constructor.Uses of TCell in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as TCell Modifier and Type Field Description static TCell
TCell. EMPTY
An empty table cell contents.static TCell
TCell. EMPTY_CELL_SELECTED
An empty table cell contents, but cell is selected.static TCell[]
TableRows. EMPTY_CELLS
Empty array of cell contents.Methods in com.iizix.prop.ui.table that return TCell Modifier and Type Method Description TCell
TCell. asCellOwner(TableCell newOwner)
Creates a new GCell instance that is cell selected.TCell
TCell. asCellSelected(boolean on)
Creates a new GCell instance that is cell selected.protected TCell
TCell. clone()
Clones the table cell.TCell
TableCell. getContents()
Gets the current contents set as an GCell.TCell
DefaultTableContentProvider. getRowCell(VSField cell, int columnIndex, int rowIndex)
Gets the row cell information.TCell
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 TCell Modifier and Type Method Description void
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.