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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setClickable
(boolean clickable) void
setConstriction
(String constriction) void
setDesktopLayout
(String desktopLayout) void
setEndpoint
(String endpoint) 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
getLayoutType, isCollapsed, isOccupiesRemainingHeight, isReadonly, 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
-
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
-
getDesktopLayout
-
setDesktopLayout
-
getMobileLayout
-
setMobileLayout
-