|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentCompiler
Responsible with handling a componet during report compile.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void collectExpressions(Component component,
JRExpressionCollector collector)
component - the componentcollector - the expression collector
void 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||