Uses of Class
net.sf.jasperreports.engine.fill.JRFillGroup
-
Packages that use JRFillGroup Package Description 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.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). -
-
Uses of JRFillGroup in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRFillGroup Modifier and Type Field Description protected JRFillGroup[]JRAbstractScriptlet. groupsMethods in net.sf.jasperreports.engine with parameters of type JRFillGroup Modifier and Type Method Description voidJRAbstractScriptlet. setData(Map<String,JRFillParameter> parsm, Map<String,JRFillField> fldsm, Map<String,JRFillVariable> varsm, JRFillGroup[] grps)Deprecated.Replaced byJRAbstractScriptlet.setData(JRFillDataset). -
Uses of JRFillGroup in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillGroup Modifier and Type Field Description protected JRFillGroup[]JRBaseFiller. groupsprotected JRFillGroup[]JRCalculator. groupsprotected JRFillGroup[]JRFillDataset. groupsThe dataset groups.Methods in net.sf.jasperreports.engine.fill that return JRFillGroup Modifier and Type Method Description JRFillGroupDatasetExecution.ObjectFactory. getGroup(JRGroup group)protected JRFillGroupJRBaseFiller. getGroup(String groupName)JRFillGroupJRFillObjectFactory. getGroup(JRGroup group)protected JRFillGroupJRBaseFiller. getKeepTogetherGroup()
-