Class JRBaseSection

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, JRChangeEventsSupport, JRCloneable, JRSection
    Direct Known Subclasses:
    JRDesignSection

    public class JRBaseSection
    extends java.lang.Object
    implements JRSection, JRChangeEventsSupport, java.io.Serializable
    Used for implementing section functionality. A report can contain the following sections: detail. For each group defined in the report, there is a corresponding group header section and group footer section. Report sections consist of one or more bands.
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    See Also:
    JRBaseBand, Serialized Form
    • Field Detail

      • bands

        protected JRBand[] bands
      • parts

        protected JRPart[] parts
    • Constructor Detail

      • JRBaseSection

        protected JRBaseSection()
      • JRBaseSection

        protected JRBaseSection​(JRBand band)