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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
If `true`, the column is sortable.boolean
isSticky()
boolean
void
setClientRenderer
(String clientRenderer) void
setShrinkToContent
(boolean shrinkToContent) void
setSortable
(boolean sortable) void
setSticky
(boolean sticky) void
setWidthFixed
(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, validate
Methods 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, replaceComponent
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
-
Constructor Details
-
ColumnImpl
public ColumnImpl()
-
-
Method Details
-
isSortable
public boolean isSortable()Description copied from interface:Column
If `true`, the column is sortable.- Specified by:
isSortable
in interfaceColumn
-
setSortable
public void setSortable(boolean sortable) -
isShrinkToContent
public boolean isShrinkToContent()- Specified by:
isShrinkToContent
in interfaceColumn
-
setShrinkToContent
public void setShrinkToContent(boolean shrinkToContent) -
isWidthFixed
public boolean isWidthFixed()- Specified by:
isWidthFixed
in interfaceColumn
-
setWidthFixed
public void setWidthFixed(boolean widthFixed) -
isSticky
public boolean isSticky() -
setSticky
public void setSticky(boolean sticky) -
getClientRenderer
- Specified by:
getClientRenderer
in interfaceColumn
-
setClientRenderer
-