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 StringbooleanbooleanbooleanbooleanisSticky()booleanvoidsetAlignment(@Nullable String alignment) voidsetClientRenderer(@Nullable String clientRenderer) voidsetLayoutScope(String layoutScope) voidsetShrinkToContent(boolean shrinkToContent) voidsetSortable(boolean sortable) voidsetSticky(boolean sticky) voidsetTileIcon(@Nullable String tileIcon) voidsetUseAsTitle(boolean useAsTitle) voidsetWidthFixed(boolean widthFixed) Methods inherited from class ComponentContainerBean
getUseLabel, isHidden, isReadonly, setHidden, setReadonly, setUseLabelMethods inherited from class CompositeComponentBean
addChild, getChildren, setChildrenMethods inherited from class 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
-