public interface PartComponentCompiler
| 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.
|
void collectExpressions(PartComponent component, JRExpressionCollector collector)
component - the componentcollector - the expression collectorvoid verify(PartComponent component, JRVerifier verifier)
component - the componentverifier - the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()PartComponent toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
component - the component from the design reportbaseFactory - the factory of base/compiled report elementsCopyright © 2017. All rights reserved.