Interface Column
- All Superinterfaces:
Cloneable, Component, ComponentContainer, CompositeComponent
- All Known Implementing Classes:
ColumnImpl
Represents a column in a list form. A column always has a
Field which holds the actual data. The column
itself has additional properties to change the column specific behaviour.-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Configuration -
Method Summary
Modifier and TypeMethodDescription@Nullable Alignment@Nullable String@Nullable ListLayoutType@Nullable StringbooleanbooleanbooleanIf `true`, the column is sortable.booleanisSticky()booleanMethods inherited from interface Component
accept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface ComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonlyMethods inherited from interface CompositeComponent
findById, getChildren, getScopes, hasChildren
-
Method Details
-
isSortable
boolean isSortable()If `true`, the column is sortable. -
isShrinkToContent
boolean isShrinkToContent() -
isWidthFixed
boolean isWidthFixed() -
isSticky
boolean isSticky() -
getAlignment
-
getClientRenderer
-
getUseAsTitle
boolean getUseAsTitle() -
getTileIcon
-
getLayoutScope
-