Package net.sf.jasperreports.engine.base
Class JRBaseSection
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseSection
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChangeEventsSupport
,JRCloneable
,JRSection
- Direct Known Subclasses:
JRDesignSection
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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
JRBaseSection
(JRBand band) protected
JRBaseSection
(JRSection section, JRBaseObjectFactory factory) -
Method Summary
-
Field Details
-
bands
-
parts
-
-
Constructor Details
-
JRBaseSection
protected JRBaseSection() -
JRBaseSection
-
JRBaseSection
-
-
Method Details
-
getBands
Description copied from interface:JRSection
Returns the bands within the current section. -
getParts
Description copied from interface:JRSection
Returns the parts within the current section. -
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
getEventSupport
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-