java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.SubTableHandler

public class SubTableHandler extends Object
Parses 'table' tags that are used to display sub-tables inside a 'horizontal-box' or 'vertical-box'.
  • Constructor Details

    • SubTableHandler

      public SubTableHandler(SubTableImpl subTable)
  • Method Details

    • path

      @Attribute("data") public void path(String path)
    • formSuffix

      @Attribute("form-suffix") public void formSuffix(String formSuffix)
    • searchForm

      @Attribute("show-search-form") public void searchForm(boolean showSearchForm)
    • limit

      @Attribute("limit") public void limit(int limit)
    • handlePath

      @EndElement public void handlePath()
    • getComponent

      @VisibleForTesting public SubTableImpl getComponent()