java.lang.Object
is.codion.swing.framework.ui.EntityTableColumns
Provides table columns based on an entity definition.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<FilterTableColumn<Attribute<?>>>
entityTableColumns
(EntityDefinition entityDefinition) Creates columns based on the given entity definition.
-
Method Details
-
entityTableColumns
public static List<FilterTableColumn<Attribute<?>>> entityTableColumns(EntityDefinition entityDefinition) Creates columns based on the given entity definition. All attributes except hidden ones are included.- Parameters:
entityDefinition
- the entity definition- Returns:
- the columns
-