public interface ComponentCompiler
Modifier and Type | Method and Description |
---|---|
void |
collectExpressions(Component component,
JRExpressionCollector collector)
Collects report expressions from a component.
|
Component |
toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
void |
verify(Component component,
JRVerifier verifier)
Logically verifies a component.
|
void collectExpressions(Component component, JRExpressionCollector collector)
component
- the componentcollector
- the expression collectorvoid verify(Component component, JRVerifier verifier)
component
- the componentverifier
- the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()
Component toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
component
- the component from the design reportbaseFactory
- the factory of base/compiled report elements© 2001-2010 Jaspersoft Corporation www.jaspersoft.com