Class TableBean
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.LayoutBean
ch.tocco.nice2.rest.form.api.beans.TableBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetClickable(boolean clickable) voidsetConstriction(String constriction) voidsetDesktopLayout(String desktopLayout) voidsetEndpoint(String endpoint) voidsetLayouts(List<String> layouts) voidsetMobileLayout(String mobileLayout) voidsetSearchEndpoint(String searchEndpoint) voidsetSelectable(Boolean selectable) voidsetSorting(List<SortingBean> sorting) Methods inherited from class LayoutBean
getBoxWidthRatio, getLayoutType, isCollapsed, isOccupiesRemainingHeight, isReadonly, setBoxWidthRatio, setCollapsed, setLayoutType, setOccupiesRemainingHeight, setReadonlyMethods inherited from class CompositeComponentBean
addChild, getChildren, setChildrenMethods inherited from class ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
TableBean
public TableBean()
-
-
Method Details
-
getSorting
-
setSorting
-
isSelectable
-
setSelectable
-
isClickable
public boolean isClickable() -
setClickable
public void setClickable(boolean clickable) -
getEndpoint
-
setEndpoint
-
getSearchEndpoint
-
setSearchEndpoint
-
getConstriction
-
setConstriction
-
getLayouts
-
setLayouts
-
getDesktopLayout
-
setDesktopLayout
-
getMobileLayout
-
setMobileLayout
-