Class SaveZoomAction
- java.lang.Object
-
- net.sf.jasperreports.interactivity.actions.AbstractAction
-
- net.sf.jasperreports.interactivity.actions.SaveZoomAction
-
- All Implemented Interfaces:
Serializable
,Action
public class SaveZoomAction extends AbstractAction
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
AbstractAction.ActionErrors
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
ERR_CONCAT_STRING, errors, PARAM_COMMAND_STACK
-
-
Constructor Summary
Constructors Constructor Description SaveZoomAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandTarget
getCommandTarget(JasperReportsContext jasperReportsContext, ReportContext reportContext)
String
getZoomValue()
void
performAction()
boolean
requiresRefill()
void
setZoomValue(String zoomValue)
-
Methods inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
getCommandStack, getCommandTarget, getCommandTarget, getCommandTarget, getCommandTarget, getJasperReportsContext, getMessagesBundle, getReportContext, init, run, setCommandStack
-
-
-
-
Method Detail
-
getZoomValue
public String getZoomValue()
-
setZoomValue
public void setZoomValue(String zoomValue)
-
performAction
public void performAction() throws ActionException
- Specified by:
performAction
in classAbstractAction
- Throws:
ActionException
-
requiresRefill
public boolean requiresRefill()
- Specified by:
requiresRefill
in interfaceAction
- Overrides:
requiresRefill
in classAbstractAction
-
getCommandTarget
public CommandTarget getCommandTarget(JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
-