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 void
accept
(ComponentVisitor visitor) Implement method (and add new method toComponentVisitor
), if during traversing the form something should happen with this specific component type@Nullable Integer
getLimit()
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:Component
Implement method (and add new method toComponentVisitor
), if during traversing the form something should happen with this specific component type
-