Interface BandReportFillerParent

All Superinterfaces:
FillerParent
All Known Implementing Classes:
ComponentFillerSubreportParent, FillerSubreportParent, SubreportFillPart.PartBandParent

public interface BandReportFillerParent extends FillerParent
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getReportName

      String getReportName()
    • registerSubfiller

      void registerSubfiller(JRBaseFiller filler)
    • unregisterSubfiller

      void unregisterSubfiller(JRBaseFiller filler)
    • abortSubfiller

      void abortSubfiller(JRBaseFiller filler)
    • isRunToBottom

      boolean isRunToBottom()
    • isSplitTypePreventInhibited

      boolean isSplitTypePreventInhibited(boolean isTolLevelCall)
    • addPage

      @continuable void addPage(FillerPageAddedEvent pageAdded) throws JRException
      Throws:
      JRException
    • getReportLocation

      String getReportLocation()
    • registerReportStyles

      void registerReportStyles(List<JRStyle> styles)