net.sf.jasperreports.components.sort
Class SortParameterContributorFactory
java.lang.Object
net.sf.jasperreports.components.sort.SortParameterContributorFactory
- All Implemented Interfaces:
- ParameterContributorFactory
public final class SortParameterContributorFactory
- extends Object
- implements ParameterContributorFactory
- Version:
- $Id: SortParameterContributorFactory.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SortParameterContributorFactory getInstance()
getContributors
public List<ParameterContributor> getContributors(ParameterContributorContext context)
throws JRException
- Description copied from interface:
ParameterContributorFactory
- Returns a list of parameter contributor instances to be used during report filling.
This method can return
null if no parameter contributor is to be used.
- Specified by:
getContributors in interface ParameterContributorFactory
- Throws:
JRException
Copyright © 2012. All Rights Reserved.