public static interface Table.ColumnGenerator<E extends Entity>
Component inside a table cell.| Modifier and Type | Method and Description |
|---|---|
Component |
generateCell(E entity)
Called by
Table when rendering a column for which the generator was created. |