All Superinterfaces:
Cloneable, Component
All Known Implementing Classes:
SubTableImpl

public interface SubTable extends Component
Represents a sub-table within a detail form, which is used to display relations.
  • Method Details

    • getPath

      String getPath()
    • getFormSuffix

      String getFormSuffix()
    • isShowSearchForm

      boolean isShowSearchForm()
    • getLimit

      @Nullable @Nullable Integer getLimit()
    • getTargetEntity

      String getTargetEntity()
    • getReverseRelation

      String getReverseRelation()
    • accept

      default void accept(ComponentVisitor visitor)
      Description copied from interface: Component
      Implement method (and add new method to ComponentVisitor), if during traversing the form something should happen with this specific component type
      Specified by:
      accept in interface Component