Class SubTableBean

java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.SubTableBean

public class SubTableBean extends ComponentBean
  • Constructor Details

    • SubTableBean

      public SubTableBean()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • setFormSuffix

      public void setFormSuffix(String formSuffix)
    • getFormSuffix

      public String getFormSuffix()
    • isShowSearchForm

      public boolean isShowSearchForm()
    • setShowSearchForm

      public void setShowSearchForm(boolean showSearchForm)
    • getLimit

      @Nullable public @Nullable Integer getLimit()
    • setLimit

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

      public String getTargetEntity()
    • setTargetEntity

      public void setTargetEntity(String targetEntity)
    • getReverseRelation

      public String getReverseRelation()
    • setReverseRelation

      public void setReverseRelation(String reverseRelation)