|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jasperreports.components.barbecue.BarbecueCompiler
public class BarbecueCompiler
Constructor Summary | |
---|---|
BarbecueCompiler()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BarbecueCompiler()
Method Detail |
---|
public void collectExpressions(Component component, JRExpressionCollector collector)
ComponentCompiler
collectExpressions
in interface ComponentCompiler
component
- the componentcollector
- the expression collectorpublic Component toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
ComponentCompiler
toCompiledComponent
in interface ComponentCompiler
component
- the component from the design reportbaseFactory
- the factory of base/compiled report elements
public void verify(Component component, JRVerifier verifier)
ComponentCompiler
verify
in interface ComponentCompiler
component
- the componentverifier
- the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |