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

    • SubTableImpl

      public SubTableImpl()
  • Method Details

    • getPath

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

      public void setPath(String path)
    • getFormSuffix

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

      public void setFormSuffix(String formSuffix)
    • isShowSearchForm

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

      public void setShowSearchForm(boolean showSearchForm)
    • getLimit

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

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

      public void setTargetEntity(String targetEntity)
    • getTargetEntity

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

      public void setReverseRelation(String reverseRelation)
    • getReverseRelation

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