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 TypeMethodDescriptionboolean
boolean
boolean
If `true`, the column is sortable.boolean
isSticky()
boolean
void
setAlignment
(Alignment alignment) void
setClientRenderer
(String clientRenderer) void
setShrinkToContent
(boolean shrinkToContent) void
setSortable
(boolean sortable) void
setSticky
(boolean sticky) void
setTileIcon
(String tileIcon) void
setUseAsTitle
(boolean useAsTitle) 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) -
getAlignment
- Specified by:
getAlignment
in interfaceColumn
-
setAlignment
-
getClientRenderer
- Specified by:
getClientRenderer
in interfaceColumn
-
setClientRenderer
-
setUseAsTitle
public void setUseAsTitle(boolean useAsTitle) -
getUseAsTitle
public boolean getUseAsTitle()- Specified by:
getUseAsTitle
in interfaceColumn
-
getTileIcon
- Specified by:
getTileIcon
in interfaceColumn
-
setTileIcon
-