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 ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Method Summary
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.ComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.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() -
getClientRenderer
-