Class UndoAllAction
- java.lang.Object
-
- net.sf.jasperreports.interactivity.actions.AbstractAction
-
- net.sf.jasperreports.interactivity.actions.UndoAllAction
-
- All Implemented Interfaces:
Serializable,Action
public class UndoAllAction 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 UndoAllAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidperformAction()-
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:
performActionin classAbstractAction
-
-