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 Component
Component.Configuration -
Field Summary
Fields inherited from class 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 AbstractComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly, setHidden, setIgnoreCopy, setReadonly, setUseLabel, toString, validateMethods inherited from class AbstractCompositeComponent
accept, addComponent, addScope, addScopes, clone, findById, getChildren, getScopes, hasChildren, indexOf, insertComponent, parseScopes, removeComponent, removeScope, removeScopes, replaceComponentMethods inherited from class AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
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
-
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
-