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 Component
Component.Configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable IntegergetLimit()getPath()booleanvoidsetFormSuffix(String formSuffix) voidvoidvoidsetReverseRelation(String reverseRelation) voidsetShowSearchForm(boolean showSearchForm) voidsetTargetEntity(String targetEntity) Methods inherited from class AbstractComponent
clone, getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SubTableImpl
public SubTableImpl()
-
-
Method Details
-
getPath
-
setPath
-
getFormSuffix
- Specified by:
getFormSuffixin interfaceSubTable
-
setFormSuffix
-
isShowSearchForm
public boolean isShowSearchForm()- Specified by:
isShowSearchFormin interfaceSubTable
-
setShowSearchForm
public void setShowSearchForm(boolean showSearchForm) -
getLimit
-
setLimit
-
setTargetEntity
-
getTargetEntity
- Specified by:
getTargetEntityin interfaceSubTable
-
setReverseRelation
-
getReverseRelation
- Specified by:
getReverseRelationin interfaceSubTable
-