net.sf.jasperreports.components.headertoolbar
Class HeaderToolbarParameterContributorFactory

java.lang.Object
  extended by net.sf.jasperreports.components.headertoolbar.HeaderToolbarParameterContributorFactory
All Implemented Interfaces:
ParameterContributorFactory

public final class HeaderToolbarParameterContributorFactory
extends java.lang.Object
implements ParameterContributorFactory

Version:
$Id: HeaderToolbarParameterContributorFactory.java 5050 2012-03-12 10:11:26Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.util.List<ParameterContributor> getContributors(ParameterContributorContext context)
          Returns a list of parameter contributor instances to be used during report filling.
static HeaderToolbarParameterContributorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HeaderToolbarParameterContributorFactory getInstance()

getContributors

public java.util.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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com