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.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.part | |
net.sf.jasperreports.parts.subreport |
Modifier and Type | Method and Description |
---|---|
PartComponent |
JRPart.getComponent()
Returns the component instance wrapped by this part.
|
Modifier and Type | Field and Description |
---|---|
protected PartComponent |
JRBasePart.component |
Modifier and Type | Method and Description |
---|---|
PartComponent |
JRBasePart.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignPart.setComponent(PartComponent component)
Sets the component instance wrapped by this part.
|
Modifier and Type | Method and Description |
---|---|
PartComponent |
PartComponentCompiler.toCompiledComponent(PartComponent component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
Modifier and Type | Method and Description |
---|---|
void |
PartComponentCompiler.collectExpressions(PartComponent component,
JRExpressionCollector collector)
Collects report expressions from a component.
|
PartComponent |
PartComponentCompiler.toCompiledComponent(PartComponent component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
PartFillComponent |
PartComponentFillFactory.toFillComponent(PartComponent component,
JRFillObjectFactory factory)
Creates a fill component instance for a component.
|
void |
PartComponentCompiler.verify(PartComponent component,
JRVerifier verifier)
Logically verifies a component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubreportPartComponent
Subreport part component interface.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardSubreportPartComponent
Standard
SubreportPartComponent implementation. |
Modifier and Type | Method and Description |
---|---|
PartComponent |
SubreportPartComponentCompiler.toCompiledComponent(PartComponent component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SubreportPartComponentCompiler.collectExpressions(PartComponent component,
JRExpressionCollector collector) |
PartComponent |
SubreportPartComponentCompiler.toCompiledComponent(PartComponent component,
JRBaseObjectFactory baseFactory) |
PartFillComponent |
FillSubreportPartFactory.toFillComponent(PartComponent component,
JRFillObjectFactory factory) |
void |
SubreportPartComponentCompiler.verify(PartComponent component,
JRVerifier verifier) |
Copyright © 2017. All rights reserved.