public class SubreportPartComponentCompiler extends Object implements PartComponentCompiler
list component instances.| Constructor and Description |
|---|
SubreportPartComponentCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectExpressions(PartComponent component,
JRExpressionCollector collector)
Collects report expressions from a component.
|
PartComponent |
toCompiledComponent(PartComponent component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
void |
verify(PartComponent component,
JRVerifier verifier)
Logically verifies a component.
|
public void collectExpressions(PartComponent component, JRExpressionCollector collector)
PartComponentCompilercollectExpressions in interface PartComponentCompilercomponent - the componentcollector - the expression collectorpublic PartComponent toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
PartComponentCompilertoCompiledComponent in interface PartComponentCompilercomponent - the component from the design reportbaseFactory - the factory of base/compiled report elementspublic void verify(PartComponent component, JRVerifier verifier)
PartComponentCompilerverify in interface PartComponentCompilercomponent - the componentverifier - the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()Copyright © 2017. All rights reserved.