Class CancelAction

All Implemented Interfaces:
IAction, IChangeControllersAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, INavigationAction, IRequestAction
Direct Known Subclasses:
CancelToDefaultControllersAction

public class CancelAction extends ViewBaseAction implements INavigationAction
Author:
Javier Paniza
  • Constructor Details

    • CancelAction

      public CancelAction()
  • Method Details

    • execute

      public void execute() throws Exception
      Specified by:
      execute in interface IAction
      Throws:
      Exception
    • getNextControllers

      public String[] getNextControllers()
      Specified by:
      getNextControllers in interface IChangeControllersAction
    • getCustomView

      public String getCustomView()
      Description copied from interface: ICustomViewAction
      The id of a view made directly by developer (not OpenXava view).

      In web version is the name of jsp page (without .jsp extension). This is for inserting jsp (o swing) hand made view in our OpenXava application.

      Specified by:
      getCustomView in interface ICustomViewAction
    • isRestoreEditable

      public boolean isRestoreEditable()
    • setRestoreEditable

      public void setRestoreEditable(boolean restoreEditable)