public class BarcodeCompiler extends Object implements ComponentCompiler
Constructor and Description |
---|
BarcodeCompiler() |
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.
|
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 elementspublic 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()
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.