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. groups
-
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. groups
protected JRFillGroup[]
JRCalculator. groups
protected JRFillGroup[]
JRFillDataset. groups
The dataset groups.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillGroup Modifier and Type Field Description protected Map<String,JRFillGroup>
JRFillDataset. groupsMap
The dataset groups indexed by name.protected Map<String,JRFillGroup>
JRCalculator. grpsm
Methods in net.sf.jasperreports.engine.fill that return JRFillGroup Modifier and Type Method Description JRFillGroup
DatasetExecution.ObjectFactory. getGroup(JRGroup group)
protected JRFillGroup
JRBaseFiller. getGroup(String groupName)
JRFillGroup
JRFillObjectFactory. getGroup(JRGroup group)
protected JRFillGroup
JRBaseFiller. getKeepTogetherGroup()
-