net.sf.jasperreports.components.sort
Class SortComponentCompiler
java.lang.Object
net.sf.jasperreports.components.sort.SortComponentCompiler
- All Implemented Interfaces:
- ComponentCompiler
public class SortComponentCompiler
- extends Object
- implements ComponentCompiler
- Version:
- $Id: SortComponentCompiler.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortComponentCompiler
public SortComponentCompiler()
collectExpressions
public void collectExpressions(Component component,
JRExpressionCollector collector)
- Description copied from interface:
ComponentCompiler
- Collects report expressions from a component.
- Specified by:
collectExpressions in interface ComponentCompiler
- Parameters:
component - the componentcollector - the expression collector
toCompiledComponent
public Component toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
- Description copied from interface:
ComponentCompiler
- Provides a "compiled" component instance that will be included in the
compiled report.
- Specified by:
toCompiledComponent in interface ComponentCompiler
- Parameters:
component - the component from the design reportbaseFactory - the factory of base/compiled report elements
- Returns:
- a component instance that is to be included in the compiled
report
verify
public void verify(Component component,
JRVerifier verifier)
- Description copied from interface:
ComponentCompiler
- Logically verifies a component.
- Specified by:
verify in interface ComponentCompiler
- Parameters:
component - the componentverifier - the verifier object, which can be used to raise validation
errors- See Also:
JRVerifier.getCurrentComponentElement()
Copyright © 2012. All Rights Reserved.