public class SortComponentCompiler extends Object implements ComponentCompiler
| Constructor and Description |
|---|
SortComponentCompiler() |
| 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)
ComponentCompilercollectExpressions in interface ComponentCompilercomponent - the componentcollector - the expression collectorpublic Component toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
ComponentCompilertoCompiledComponent in interface ComponentCompilercomponent - the component from the design reportbaseFactory - the factory of base/compiled report elementspublic void verify(Component component, JRVerifier verifier)
ComponentCompilerverify in interface ComponentCompilercomponent - the componentverifier - the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()Copyright © 2017. All rights reserved.