Class RowBufferedRegion

java.lang.Object
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
fr.opensagres.xdocreport.document.preprocessor.sax.RowBufferedRegion
All Implemented Interfaces:
IBufferedRegion, ISavable

public class RowBufferedRegion extends BufferedElement
Table row buffered region.
  • Constructor Details

  • Method Details

    • setLoopTemplateDirective

      public void setLoopTemplateDirective(String startLoopDirective, String endLoopDirective)
    • setStartLoopDirective

      public void setStartLoopDirective(String startLoopDirective)
    • setEndLoopDirective

      public void setEndLoopDirective(String endLoopDirective)
    • isLoopTemplateDirectiveInitilalized

      public boolean isLoopTemplateDirectiveInitilalized()
    • initializeLoopTemplateDirective

      public void initializeLoopTemplateDirective(String itemNameList, fr.opensagres.xdocreport.template.formatter.IDocumentFormatter formatter, String startNoParse, String endNoParse)
    • getItemNameList

      public String getItemNameList()
    • getStartLoopDirective

      public String getStartLoopDirective()
    • getEndLoopDirective

      public String getEndLoopDirective()