Uses of Interface
net.sf.jasperreports.engine.JRSection
-
Packages that use JRSection Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.part net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRSection in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRSection Modifier and Type Method Description protected JRFillSectionFillListDatasetFactory. getSection(JRSection section) -
Uses of JRSection in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRSection Modifier and Type Method Description JRSectionTableReport. getDetailSection()JRSectionTableReportGroup. getGroupFooterSection()JRSectionTableReportGroup. getGroupHeaderSection()protected JRSectionTableReport. wrapBand(JRBand band, JROrigin origin)protected JRSectionTableReportGroup. wrapBand(JRBand band, BandTypeEnum bandType) -
Uses of JRSection in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSection Modifier and Type Method Description JRSectionJRReport. getDetailSection()JRSectionJRGroup. getGroupFooterSection()Gets the footer section created for this group.JRSectionJRGroup. getGroupHeaderSection()Gets the header section created for this group. -
Uses of JRSection in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRSection Modifier and Type Class Description classJRBaseSectionUsed for implementing section functionality.Fields in net.sf.jasperreports.engine.base declared as JRSection Modifier and Type Field Description protected JRSectionJRBaseReport. detailSectionprotected JRSectionJRBaseGroup. groupFooterSectionprotected JRSectionJRBaseGroup. groupHeaderSectionMethods in net.sf.jasperreports.engine.base that return JRSection Modifier and Type Method Description JRSectionJRBaseReport. getDetailSection()JRSectionJRBaseGroup. getGroupFooterSection()JRSectionJRBaseGroup. getGroupHeaderSection()Methods in net.sf.jasperreports.engine.base with parameters of type JRSection Modifier and Type Method Description protected JRBaseSectionJRBaseObjectFactory. getSection(JRSection section)Constructors in net.sf.jasperreports.engine.base with parameters of type JRSection Constructor Description JRBaseSection(JRSection section, JRBaseObjectFactory factory) -
Uses of JRSection in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSection Modifier and Type Class Description classJRDesignSectionMethods in net.sf.jasperreports.engine.design with parameters of type JRSection Modifier and Type Method Description protected voidJasperDesign. setSectionOrigin(JRSection section, BandTypeEnum type)protected voidJRDesignGroup. setSectionOrigin(JRSection section, BandTypeEnum type) -
Uses of JRSection in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRSection Modifier and Type Class Description classJRFillSectionMethods in net.sf.jasperreports.engine.fill that return JRSection Modifier and Type Method Description JRSectionJRFillGroup. getGroupFooterSection()JRSectionJRFillGroup. getGroupHeaderSection()Methods in net.sf.jasperreports.engine.fill with parameters of type JRSection Modifier and Type Method Description protected JRFillSectionJRFillObjectFactory. getSection(JRSection section)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSection Constructor Description JRFillSection(JRBaseFiller filler, JRSection section, JRFillObjectFactory factory) -
Uses of JRSection in net.sf.jasperreports.engine.part
Constructors in net.sf.jasperreports.engine.part with parameters of type JRSection Constructor Description FillParts(JRSection section, JRFillObjectFactory fillFactory) -
Uses of JRSection in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRSection Modifier and Type Method Description protected voidJRElementsVisitor. visitSection(JRSection section)protected voidJRApiWriter. writeSection(JRSection section, java.lang.String sectionName, java.lang.String sectionBandListGetterName) -
Uses of JRSection in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that return JRSection Modifier and Type Method Description JRSectionJRSectionFactory.DetailSectionFactory. getSection()abstract JRSectionJRSectionFactory. getSection()JRSectionJRSectionFactory.GroupFooterSectionFactory. getSection()JRSectionJRSectionFactory.GroupHeaderSectionFactory. getSection()Methods in net.sf.jasperreports.engine.xml with parameters of type JRSection Modifier and Type Method Description protected voidJRXmlWriter. writeSection(JRSection section)
-