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 Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration -
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainer
hidden, ignoreCopy, readonly, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier 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.AbstractComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly, setHidden, setIgnoreCopy, setReadonly, setUseLabel, toString, validateMethods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
accept, 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.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.ComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonlyMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponent
findById, getChildren, getScopes, hasChildren
-
Constructor Details
-
ColumnImpl
public ColumnImpl()
-
-
Method Details
-
isSortable
public boolean isSortable()Description copied from interface:ColumnIf `true`, the column is sortable.- Specified by:
isSortablein interfaceColumn
-
setSortable
public void setSortable(boolean sortable) -
isShrinkToContent
public boolean isShrinkToContent()- Specified by:
isShrinkToContentin interfaceColumn
-
setShrinkToContent
public void setShrinkToContent(boolean shrinkToContent) -
isWidthFixed
public boolean isWidthFixed()- Specified by:
isWidthFixedin interfaceColumn
-
setWidthFixed
public void setWidthFixed(boolean widthFixed) -
isSticky
public boolean isSticky() -
setSticky
public void setSticky(boolean sticky) -
getAlignment
- Specified by:
getAlignmentin interfaceColumn
-
setAlignment
-
getClientRenderer
- Specified by:
getClientRendererin interfaceColumn
-
setClientRenderer
-
setUseAsTitle
public void setUseAsTitle(boolean useAsTitle) -
getUseAsTitle
public boolean getUseAsTitle()- Specified by:
getUseAsTitlein interfaceColumn
-
getTileIcon
- Specified by:
getTileIconin interfaceColumn
-
setTileIcon
-
getLayoutScope
- Specified by:
getLayoutScopein interfaceColumn
-
setLayoutScope
-