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 TCellTCell. EMPTYAn empty table cell contents.static TCellTCell. EMPTY_CELL_SELECTEDAn empty table cell contents, but cell is selected.static TCell[]TableRows. EMPTY_CELLSEmpty array of cell contents.Methods in com.iizix.prop.ui.table that return TCell Modifier and Type Method Description TCellTCell. asCellOwner(TableCell newOwner)Creates a new GCell instance that is cell selected.TCellTCell. asCellSelected(boolean on)Creates a new GCell instance that is cell selected.protected TCellTCell. clone()Clones the table cell.TCellTableCell. getContents()Gets the current contents set as an GCell.TCellDefaultTableContentProvider. getRowCell(VSField cell, int columnIndex, int rowIndex)Gets the row cell information.TCellITableContentProvider. 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 voidDefaultTableContentProvider. onCellUpdated(VSField cell, TCell value)Cell update event.voidITableContentProvider. onCellUpdated(ROW_CELL cell, TCell value)Cell update event.booleanTableCell. setPropValue(TCell newValue)Sets a new value for this property.booleanUITable. setSelectedCells(TCell[] cells)Sets the selected cells in the table.