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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
@Nullable String
boolean
boolean
boolean
boolean
isSticky()
boolean
void
setAlignment
(@Nullable Alignment alignment) void
setClientRenderer
(@Nullable String clientRenderer) void
setLayoutScope
(String layoutScope) void
setShrinkToContent
(boolean shrinkToContent) void
setSortable
(boolean sortable) void
setSticky
(boolean sticky) void
setTileIcon
(@Nullable String tileIcon) void
setUseAsTitle
(boolean useAsTitle) 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) -
getAlignment
-
setAlignment
-
getClientRenderer
-
setClientRenderer
-
getUseAsTitle
public boolean getUseAsTitle() -
setUseAsTitle
public void setUseAsTitle(boolean useAsTitle) -
getTileIcon
-
setTileIcon
-
getLayoutScope
-
setLayoutScope
-