Interface VFXTableCell<T>
- All Superinterfaces:
VFXCell<T>
- All Known Subinterfaces:
VFXMappingTableCell<T,E>
- All Known Implementing Classes:
VFXObservingTableCell,VFXSimpleTableCell
Extension of
VFXCell to be used specifically with VFXTable. This virtualized container has both
rows and columns as concrete nodes with their own properties and states. It may be useful for table cells to store
their instances; So, this extension exposes two extra methods updateColumn(VFXTableColumn) and
updateRow(VFXTableRow).-
Method Summary
Modifier and TypeMethodDescriptiondefault voidupdateColumn(VFXTableColumn<T, ? extends VFXTableCell<T>> column) Automatically called by theVFXTablesubsystem on all its cells to allow storing the instance of the column that created them.default voidupdateRow(VFXTableRow<T> row) Automatically called by theVFXTablesubsystem on all its cells to allow storing the instance of the row that contains them.Methods inherited from interface io.github.palexdev.virtualizedfx.cells.base.VFXCell
afterLayout, beforeLayout, dispose, onCache, onCreated, onDeCache, toNode, updateIndex, updateItem