Interface HasColumnSet
- All Known Subinterfaces:
ColumnItem,TableDef
public interface HasColumnSet
-
Method Summary
Modifier and TypeMethodDescriptionReferences to the properties which to show in which order.Get all defined sub columns.
-
Method Details
-
getStaticColumns
List<ColumnItem> getStaticColumns()References to the properties which to show in which order. -
getSubColumnDefinitions
Set<ColumnItem> getSubColumnDefinitions()Get all defined sub columns. There may be more definitions than that are visible.
-