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 CommandTargetgetCommandTarget(JasperReportsContext jasperReportsContext, ReportContext reportContext)StringgetZoomValue()voidperformAction()booleanrequiresRefill()voidsetZoomValue(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:
performActionin classAbstractAction- Throws:
ActionException
-
requiresRefill
public boolean requiresRefill()
- Specified by:
requiresRefillin interfaceAction- Overrides:
requiresRefillin classAbstractAction
-
getCommandTarget
public CommandTarget getCommandTarget(JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
-