Class ColumnImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainer
ch.tocco.nice2.model.form.impl.form2.components.ColumnImpl
- All Implemented Interfaces:
- Column,- Component,- ComponentContainer,- CompositeComponent,- Cloneable
- 
Nested Class SummaryNested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.ComponentComponent.Configuration
- 
Field SummaryFields inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainerhidden, ignoreCopy, readonly, useLabel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable ListLayoutTypebooleanbooleanbooleanIf `true`, the column is sortable.booleanisSticky()booleanvoidsetAlignment(Alignment alignment) voidsetClientRenderer(String clientRenderer) voidsetLayoutScope(String layoutScope) voidsetShrinkToContent(boolean shrinkToContent) voidsetSortable(boolean sortable) voidsetSticky(boolean sticky) voidsetTileIcon(String tileIcon) voidsetUseAsTitle(boolean useAsTitle) voidsetWidthFixed(boolean widthFixed) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainergetDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly, setHidden, setIgnoreCopy, setReadonly, setUseLabel, toString, validateMethods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponentaccept, addComponent, addScope, addScopes, clone, findById, getChildren, getScopes, hasChildren, indexOf, insertComponent, parseScopes, removeComponent, removeScope, removeScopes, replaceComponentMethods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentgetDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Componentaccept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.ComponentContainergetDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonlyMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponentfindById, getChildren, getScopes, hasChildren
- 
Constructor Details- 
ColumnImplpublic ColumnImpl()
 
- 
- 
Method Details- 
isSortablepublic boolean isSortable()Description copied from interface:ColumnIf `true`, the column is sortable.- Specified by:
- isSortablein interface- Column
 
- 
setSortablepublic void setSortable(boolean sortable) 
- 
isShrinkToContentpublic boolean isShrinkToContent()- Specified by:
- isShrinkToContentin interface- Column
 
- 
setShrinkToContentpublic void setShrinkToContent(boolean shrinkToContent) 
- 
isWidthFixedpublic boolean isWidthFixed()- Specified by:
- isWidthFixedin interface- Column
 
- 
setWidthFixedpublic void setWidthFixed(boolean widthFixed) 
- 
isStickypublic boolean isSticky()
- 
setStickypublic void setSticky(boolean sticky) 
- 
getAlignment- Specified by:
- getAlignmentin interface- Column
 
- 
setAlignment
- 
getClientRenderer- Specified by:
- getClientRendererin interface- Column
 
- 
setClientRenderer
- 
setUseAsTitlepublic void setUseAsTitle(boolean useAsTitle) 
- 
getUseAsTitlepublic boolean getUseAsTitle()- Specified by:
- getUseAsTitlein interface- Column
 
- 
getTileIcon- Specified by:
- getTileIconin interface- Column
 
- 
setTileIcon
- 
getLayoutScope- Specified by:
- getLayoutScopein interface- Column
 
- 
setLayoutScope
 
-