Uses of Interface
net.sf.jasperreports.engine.JRGroup
-
Packages that use JRGroup Package Description 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.xml Contains classes for loading report templates from XML files. -
-
Uses of JRGroup in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRGroup Modifier and Type Class Description classTableReportGroupMethods in net.sf.jasperreports.components.table.fill that return JRGroup Modifier and Type Method Description JRGroup[]TableReport. getGroups()JRGroup[]TableReportDataset. getGroups()JRGroupTableReportGroup. getOriginalGroup()Methods in net.sf.jasperreports.components.table.fill with parameters of type JRGroup Modifier and Type Method Description voidTableReportDataset. addFirstGroup(JRGroup group)protected JRBaseGroupTableReportBaseObjectFactory. getGroup(JRGroup group)Constructors in net.sf.jasperreports.components.table.fill with parameters of type JRGroup Constructor Description TableReportGroup(JRGroup datasetGroup) -
Uses of JRGroup in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRGroup Modifier and Type Method Description JRGroupJREvaluation. getEvaluationGroup()Gets the evaluation group for this text field.JRGroup[]JRDataset. getGroups()Returns the dataset's groups.JRGroup[]JRReport. getGroups()JRGroupJRElementDataset. getIncrementGroup()Gets the selected increment group in case of increment type group.JRGroupJRVariable. getIncrementGroup()Returns the group whose break triggers the variable increment.JRGroupElementDecorator. getPrintWhenGroupChanges()JRGroupJRElement. getPrintWhenGroupChanges()Returns the group for which an element with a printRepeatedValues attribute set to true will be redisplayed even if the value has not changed.JRGroupJRElementDataset. getResetGroup()Gets the selected reset group in case of reset type group.JRGroupJRVariable. getResetGroup()Returns the group whose break triggers the variable reset. -
Uses of JRGroup in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRGroup Modifier and Type Class Description classJRBaseGroupFields in net.sf.jasperreports.engine.base declared as JRGroup Modifier and Type Field Description protected JRGroupJRBaseChart. evaluationGroupprotected JRGroupJRBaseImage. evaluationGroupprotected JRGroupJRBaseTextField. evaluationGroupprotected JRGroup[]JRBaseDataset. groupsprotected JRGroupJRBaseElementDataset. incrementGroupprotected JRGroupJRBaseVariable. incrementGroupprotected JRGroupJRBaseElement. printWhenGroupChangesprotected JRGroupJRBaseElementDataset. resetGroupprotected JRGroupJRBaseVariable. resetGroupMethods in net.sf.jasperreports.engine.base that return JRGroup Modifier and Type Method Description JRGroupJRBaseChart. getEvaluationGroup()JRGroupJRBaseImage. getEvaluationGroup()JRGroupJRBaseTextField. getEvaluationGroup()JRGroup[]JRBaseDataset. getGroups()JRGroup[]JRBaseReport. getGroups()JRGroupJRBaseElementDataset. getIncrementGroup()JRGroupJRBaseVariable. getIncrementGroup()JRGroupJRBaseElement. getPrintWhenGroupChanges()JRGroupJRBaseElementDataset. getResetGroup()JRGroupJRBaseVariable. getResetGroup()Methods in net.sf.jasperreports.engine.base with parameters of type JRGroup Modifier and Type Method Description protected JRBaseGroupJRBaseObjectFactory. getGroup(JRGroup group)Constructors in net.sf.jasperreports.engine.base with parameters of type JRGroup Constructor Description JRBaseGroup(JRGroup group, JRBaseObjectFactory factory) -
Uses of JRGroup in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRGroup Modifier and Type Class Description classJRDesignGroupFields in net.sf.jasperreports.engine.design declared as JRGroup Modifier and Type Field Description protected JRGroupJRDesignChart. evaluationGroupprotected JRGroupJRDesignImage. evaluationGroupprotected JRGroupJRDesignTextField. evaluationGroupFields in net.sf.jasperreports.engine.design with type parameters of type JRGroup Modifier and Type Field Description protected List<JRGroup>JRDesignDataset. groupsListprotected Map<String,JRGroup>JRDesignDataset. groupsMapGroups mapped by name.Methods in net.sf.jasperreports.engine.design that return JRGroup Modifier and Type Method Description JRGroupJRDesignChart. getEvaluationGroup()JRGroupJRDesignImage. getEvaluationGroup()JRGroupJRDesignTextField. getEvaluationGroup()JRGroup[]JRDesignDataset. getGroups()JRGroupJasperDesign. removeGroup(String groupName)Removes a new group from the report design.JRGroupJasperDesign. removeGroup(JRGroup group)JRGroupJRDesignDataset. removeGroup(String groupName)Removes a group from the dataset.JRGroupJRDesignDataset. removeGroup(JRGroup group)Removes a group from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRGroup Modifier and Type Method Description List<JRGroup>JasperDesign. getGroupsList()Gets an array of report groups.List<JRGroup>JRDesignDataset. getGroupsList()Returns the list of groups.Map<String,JRGroup>JasperDesign. getGroupsMap()Gets a list of report groups.Map<String,JRGroup>JRDesignDataset. getGroupsMap()Returns the map of groups indexed by name.Methods in net.sf.jasperreports.engine.design with parameters of type JRGroup Modifier and Type Method Description JRGroupJasperDesign. removeGroup(JRGroup group)JRGroupJRDesignDataset. removeGroup(JRGroup group)Removes a group from the dataset.voidJRDesignChart. setEvaluationGroup(JRGroup group)voidJRDesignImage. setEvaluationGroup(JRGroup evaluationGroup)voidJRDesignTextField. setEvaluationGroup(JRGroup evaluationGroup)voidJRDesignElementDataset. setIncrementGroup(JRGroup group)voidJRDesignVariable. setIncrementGroup(JRGroup group)voidJRDesignElement. setPrintWhenGroupChanges(JRGroup group)Specifies the group for which an element with a printRepeatedValues attribute set to true will be redisplayed even if the value has not changed.voidJRDesignElementDataset. setResetGroup(JRGroup group)voidJRDesignVariable. setResetGroup(JRGroup group) -
Uses of JRGroup in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGroup Modifier and Type Class Description classJRFillGroupFields in net.sf.jasperreports.engine.fill declared as JRGroup Modifier and Type Field Description protected JRGroupJRFillChart. evaluationGroupprotected JRGroupJRFillElementDataset. incrementGroupprotected JRGroupJRFillGroup. parentprotected JRGroupJRFillElement. printWhenGroupChangesprotected JRGroupJRFillElementDataset. resetGroupMethods in net.sf.jasperreports.engine.fill that return JRGroup Modifier and Type Method Description JRGroupJRFillChart. getEvaluationGroup()JRGroupJRFillImage. getEvaluationGroup()JRGroupJRFillTextField. getEvaluationGroup()JRGroup[]JRFillDataset. getGroups()JRGroupJRFillElementDataset. getIncrementGroup()JRGroupJRFillVariable. getIncrementGroup()JRGroupJRFillElement. getPrintWhenGroupChanges()JRGroupJRFillElementDataset. getResetGroup()JRGroupJRFillVariable. getResetGroup()Methods in net.sf.jasperreports.engine.fill with parameters of type JRGroup Modifier and Type Method Description protected voidJRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, JRFillBand band)static JREvaluationTimeJREvaluationTime. getEvaluationTime(EvaluationTimeEnum type, JRGroup group, JRFillBand band)Returns the evaluation time corresponding to an evaluation time type.JRFillGroupDatasetExecution.ObjectFactory. getGroup(JRGroup group)JRFillGroupJRFillObjectFactory. getGroup(JRGroup group)protected booleanJRFillBand. isNewGroup(JRGroup group)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 Constructor Description JRFillGroup(JRGroup group, JRFillObjectFactory factory) -
Uses of JRGroup in net.sf.jasperreports.engine.part
Constructors in net.sf.jasperreports.engine.part with parameters of type JRGroup Constructor Description GroupFillParts(JRGroup group, JRFillObjectFactory fillFactory) -
Uses of JRGroup in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that return JRGroup Modifier and Type Method Description JRGroupChartEvaluationGroupReference. getGroupReference()JRGroupElementReprintGroupReference. getGroupReference()JRGroupImageEvaluationGroupReference. getGroupReference()JRGroupTextFieldEvaluationGroupReference. getGroupReference()JRGroupXmlGroupReference. getGroupReference()protected JRGroupJRXmlLoader. resolveGroup(String groupName, XmlLoaderReportContext context)Methods in net.sf.jasperreports.engine.xml with parameters of type JRGroup Modifier and Type Method Description voidChartEvaluationGroupReference. assignGroup(JRGroup group)voidElementReprintGroupReference. assignGroup(JRGroup group)voidImageEvaluationGroupReference. assignGroup(JRGroup group)voidTextFieldEvaluationGroupReference. assignGroup(JRGroup group)voidXmlGroupReference. assignGroup(JRGroup group)
-