T - the type of the data table recordspublic class RowCell<T> extends Object
| Constructor and Description |
|---|
RowCell(CellRenderer.CellInfo<T> cellInfo,
ColumnConfig<T> columnConfig)
Creates and initialize an instance with the cell info and column info
|
| Modifier and Type | Method and Description |
|---|---|
CellRenderer.CellInfo<T> |
getCellInfo() |
ColumnConfig<T> |
getColumnConfig() |
void |
updateCell()
This method will force update the cell which might result on clearing all it content and
rerender them again with any updated data this is useful when for example changing a field
value in the records instance and we want to reflect the change to the cell that renders the
field.
|
public RowCell(CellRenderer.CellInfo<T> cellInfo, ColumnConfig<T> columnConfig)
cellInfo - the CellRenderer.CellInfo information about this cellcolumnConfig - the ColumnConfig the column this cell is part ofpublic ColumnConfig<T> getColumnConfig()
ColumnConfig the column this cell is part ofpublic void updateCell()
public CellRenderer.CellInfo<T> getCellInfo()
CellRenderer.CellInfo information about this cellCopyright © 2019–2022 Dominokit. All rights reserved.