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 TypeMethodDescriptionboolean
void
setClickable
(boolean clickable) void
setConstriction
(String constriction) void
setDesktopLayout
(String desktopLayout) void
setEndpoint
(String endpoint) void
setLayouts
(List<String> layouts) void
setMobileLayout
(String mobileLayout) void
setSearchEndpoint
(String searchEndpoint) void
setSelectable
(Boolean selectable) void
setSorting
(List<SortingBean> sorting) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.LayoutBean
getBoxWidthRatio, getLayoutType, isCollapsed, isOccupiesRemainingHeight, isReadonly, setBoxWidthRatio, setCollapsed, setLayoutType, setOccupiesRemainingHeight, setReadonly
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
-
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
-