Class SubTableBean
java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.SubTableBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Integer
getLimit()
getPath()
boolean
void
setFormSuffix
(String formSuffix) void
void
void
setReverseRelation
(String reverseRelation) void
setShowSearchForm
(boolean showSearchForm) void
setTargetEntity
(String targetEntity) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
SubTableBean
public SubTableBean()
-
-
Method Details
-
getPath
-
setPath
-
setFormSuffix
-
getFormSuffix
-
isShowSearchForm
public boolean isShowSearchForm() -
setShowSearchForm
public void setShowSearchForm(boolean showSearchForm) -
getLimit
-
setLimit
-
getTargetEntity
-
setTargetEntity
-
getReverseRelation
-
setReverseRelation
-