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 Link icon

    • SubTableHandler Link icon

      public SubTableHandler(SubTableImpl subTable)
  • Method Details Link icon

    • path Link icon

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

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

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

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

      @EndElement public void handlePath()
    • getComponent Link icon

      @VisibleForTesting public SubTableImpl getComponent()