Class RedoAction
- java.lang.Object
-
- net.sf.jasperreports.interactivity.actions.AbstractAction
-
- net.sf.jasperreports.interactivity.actions.RedoAction
-
- All Implemented Interfaces:
Serializable
,Action
public class RedoAction 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 RedoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
performAction()
-
Methods inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
getCommandStack, getCommandTarget, getCommandTarget, getCommandTarget, getCommandTarget, getJasperReportsContext, getMessagesBundle, getReportContext, init, requiresRefill, run, setCommandStack
-
-
-
-
Method Detail
-
getName
public String getName()
-
performAction
public void performAction()
- Specified by:
performAction
in classAbstractAction
-
-