Class ChangeModuleAction

java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.ChangeModuleAction
All Implemented Interfaces:
IAction, IChangeModeAction, IChangeModuleAction, IModuleContextAction, IRequestAction

public class ChangeModuleAction extends BaseAction implements IChangeModuleAction
Author:
Javier Paniza
  • Constructor Details

    • ChangeModuleAction

      public ChangeModuleAction()
  • Method Details

    • execute

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

      public String getNextModule()
      Description copied from interface: IChangeModuleAction
      The name of the module to go.

      Specified by:
      getNextModule in interface IChangeModuleAction
      Returns:
      if null no navigation is produces, and if PREVIOUS_MODULE then returns to the previous module.
    • setNextModule

      public void setNextModule(String siguienteModulo)
    • hasReinitNextModule

      public boolean hasReinitNextModule()
      Specified by:
      hasReinitNextModule in interface IChangeModuleAction
    • isReinit

      public boolean isReinit()
    • setReinit

      public void setReinit(boolean reinit)