Class SubTableImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.SubTableImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
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.model.form.impl.form2.components.AbstractComponent
clone, getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SubTableImpl
public SubTableImpl()
-
-
Method Details
-
getPath
-
setPath
-
getFormSuffix
- Specified by:
getFormSuffix
in interfaceSubTable
-
setFormSuffix
-
isShowSearchForm
public boolean isShowSearchForm()- Specified by:
isShowSearchForm
in interfaceSubTable
-
setShowSearchForm
public void setShowSearchForm(boolean showSearchForm) -
getLimit
-
setLimit
-
setTargetEntity
-
getTargetEntity
- Specified by:
getTargetEntity
in interfaceSubTable
-
setReverseRelation
-
getReverseRelation
- Specified by:
getReverseRelation
in interfaceSubTable
-