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 TCellTCell.EMPTYAn empty table cell contents.static final TCellTCell.EMPTY_CELL_SELECTEDAn empty table cell contents, but cell is selected.static final TCell[]TableRows.EMPTY_CELLSEmpty 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 TCellTCell.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 TypeMethodDescriptionvoidDefaultTableContentProvider.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.