Uses of Interface
net.sf.jasperreports.engine.JRGroup
Packages that use JRGroup
Package
Description
Contains fill time implementations for Table component related interfaces.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JRGroup in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRGroupMethods in net.sf.jasperreports.components.table.fill that return JRGroupModifier and TypeMethodDescriptionJRGroup[]TableReport.getGroups()JRGroup[]TableReportDataset.getGroups()TableReportGroup.getOriginalGroup()Methods in net.sf.jasperreports.components.table.fill with parameters of type JRGroupConstructors in net.sf.jasperreports.components.table.fill with parameters of type JRGroup -
Uses of JRGroup in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRGroup -
Uses of JRGroup in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRGroupFields in net.sf.jasperreports.engine.base declared as JRGroupMethods in net.sf.jasperreports.engine.base that return JRGroupModifier and TypeMethodDescriptionJRGroup[]JRBaseDataset.getGroups()JRGroup[]JRBaseReport.getGroups()Methods in net.sf.jasperreports.engine.base with parameters of type JRGroupConstructors in net.sf.jasperreports.engine.base with parameters of type JRGroup -
Uses of JRGroup in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRGroupFields in net.sf.jasperreports.engine.design with type parameters of type JRGroupModifier and TypeFieldDescriptionJRDesignDataset.groupsListJRDesignDataset.groupsMapGroups mapped by name.Methods in net.sf.jasperreports.engine.design that return JRGroupModifier and TypeMethodDescriptionJRGroup[]JRDesignDataset.getGroups()JasperDesign.removeGroup(String groupName) Removes a new group from the report design.JasperDesign.removeGroup(JRGroup group) JRDesignDataset.removeGroup(String groupName) Removes a group from the dataset.JRDesignDataset.removeGroup(JRGroup group) Removes a group from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRGroupModifier and TypeMethodDescriptionJasperDesign.getGroupsList()Gets an array of report groups.JRDesignDataset.getGroupsList()Returns the list of groups.JasperDesign.getGroupsMap()Gets a list of report groups.JRDesignDataset.getGroupsMap()Returns the map of groups indexed by name.Methods in net.sf.jasperreports.engine.design with parameters of type JRGroupModifier and TypeMethodDescriptionJasperDesign.removeGroup(JRGroup group) JRDesignDataset.removeGroup(JRGroup group) Removes a group from the dataset. -
Uses of JRGroup in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGroupFields in net.sf.jasperreports.engine.fill declared as JRGroupMethods in net.sf.jasperreports.engine.fill that return JRGroupMethods in net.sf.jasperreports.engine.fill with parameters of type JRGroupModifier and TypeMethodDescriptionstatic JREvaluationTimeJREvaluationTime.getEvaluationTime(EvaluationTimeEnum type, JRGroup group, JRFillBand band) Returns the evaluation time corresponding to an evaluation time type.protected voidJRFillBand.setNewGroup(JRGroup group, boolean isNew) protected voidJRFillSection.setNewGroup(JRGroup group, boolean isNew) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGroup -
Uses of JRGroup in net.sf.jasperreports.engine.part
Constructors in net.sf.jasperreports.engine.part with parameters of type JRGroup