java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.SubTableImpl
All Implemented Interfaces:
Component, SubTable, Cloneable

public class SubTableImpl extends AbstractComponent implements SubTable
  • Constructor Details Link icon

    • SubTableImpl Link icon

      public SubTableImpl()
  • Method Details Link icon

    • getPath Link icon

      public String getPath()
      Specified by:
      getPath in interface SubTable
    • setPath Link icon

      public void setPath(String path)
    • getFormSuffix Link icon

      public String getFormSuffix()
      Specified by:
      getFormSuffix in interface SubTable
    • setFormSuffix Link icon

      public void setFormSuffix(String formSuffix)
    • isShowSearchForm Link icon

      public boolean isShowSearchForm()
      Specified by:
      isShowSearchForm in interface SubTable
    • setShowSearchForm Link icon

      public void setShowSearchForm(boolean showSearchForm)
    • getLimit Link icon

      @Nullable public @Nullable Integer getLimit()
      Specified by:
      getLimit in interface SubTable
    • setLimit Link icon

      public void setLimit(@Nullable @Nullable Integer limit)
    • setTargetEntity Link icon

      public void setTargetEntity(String targetEntity)
    • getTargetEntity Link icon

      public String getTargetEntity()
      Specified by:
      getTargetEntity in interface SubTable
    • setReverseRelation Link icon

      public void setReverseRelation(String reverseRelation)
    • getReverseRelation Link icon

      public String getReverseRelation()
      Specified by:
      getReverseRelation in interface SubTable