Interface SubTable
- All Known Implementing Classes:
SubTableImpl
Represents a sub-table within a detail form, which is used to display relations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(ComponentVisitor visitor) Implement method (and add new method toComponentVisitor), if during traversing the form something should happen with this specific component type@Nullable IntegergetLimit()getPath()boolean
-
Method Details
-
getPath
String getPath() -
getFormSuffix
String getFormSuffix() -
isShowSearchForm
boolean isShowSearchForm() -
getLimit
-
getTargetEntity
String getTargetEntity() -
getReverseRelation
String getReverseRelation() -
accept
Description copied from interface:ComponentImplement method (and add new method toComponentVisitor), if during traversing the form something should happen with this specific component type
-