com.jaspersoft.jasperserver.war.action
Interface ReportInputControlsAction
- All Known Implementing Classes:
- ReportParametersAction, ScheduleReportParametersAction, ViewReportAction
public interface ReportInputControlsAction
- Version:
- $Id: ReportInputControlsAction.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Method Summary |
java.util.List |
getInputControlWrappers(org.springframework.webflow.execution.RequestContext context)
|
java.util.Map |
getReportParameters(org.springframework.webflow.execution.RequestContext context)
|
java.lang.String |
getReportURI(org.springframework.webflow.execution.RequestContext context)
|
void |
resetValuesToDefaults(org.springframework.webflow.execution.RequestContext context)
|
void |
setParameterValues(org.springframework.webflow.execution.RequestContext context,
java.util.Map values)
|
getReportParameters
java.util.Map getReportParameters(org.springframework.webflow.execution.RequestContext context)
getReportURI
java.lang.String getReportURI(org.springframework.webflow.execution.RequestContext context)
getInputControlWrappers
java.util.List getInputControlWrappers(org.springframework.webflow.execution.RequestContext context)
setParameterValues
void setParameterValues(org.springframework.webflow.execution.RequestContext context,
java.util.Map values)
resetValuesToDefaults
void resetValuesToDefaults(org.springframework.webflow.execution.RequestContext context)
Copyright © 2007. All Rights Reserved.