Class ColumnBean
java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.CompositeComponentBean
ch.tocco.nice2.rest.form.api.beans.ComponentContainerBean
ch.tocco.nice2.rest.form.api.beans.ColumnBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
boolean
boolean
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.rest.form.api.beans.ComponentContainerBean
getUseLabel, isHidden, isReadonly, setHidden, setReadonly, setUseLabel
Methods inherited from class ch.tocco.nice2.rest.form.api.beans.CompositeComponentBean
addChild, getChildren, setChildren
Methods inherited from class ch.tocco.nice2.rest.form.api.beans.ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
ColumnBean
public ColumnBean()
-
-
Method Details
-
isSortable
public boolean isSortable() -
setSortable
public void setSortable(boolean sortable) -
isShrinkToContent
public boolean isShrinkToContent() -
setShrinkToContent
public void setShrinkToContent(boolean shrinkToContent) -
isWidthFixed
public boolean isWidthFixed() -
setWidthFixed
public void setWidthFixed(boolean widthFixed) -
isSticky
public boolean isSticky() -
setSticky
public void setSticky(boolean sticky) -
getClientRenderer
-
setClientRenderer
-