Package org.openxava.actions
Class ReturnPreviousModuleAction
java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.ReturnPreviousModuleAction
- All Implemented Interfaces:
IAction,IChangeModeAction,IChangeModuleAction,IModuleContextAction,IRequestAction
- Author:
- Javier Paniza
-
Field Summary
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLITFields inherited from interface org.openxava.actions.IChangeModuleAction
PREVIOUS_MODULE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openxava.actions.BaseAction
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, resetDescriptionsCache, returnToPreviousControllers, rollback, setContext, setControllers, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openxava.actions.IAction
getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Constructor Details
-
ReturnPreviousModuleAction
public ReturnPreviousModuleAction()
-
-
Method Details
-
execute
-
getNextModule
Description copied from interface:IChangeModuleActionThe name of the module to go.- Specified by:
getNextModulein interfaceIChangeModuleAction- Returns:
- if null no navigation is produces, and if PREVIOUS_MODULE then returns to the previous module.
-
hasReinitNextModule
public boolean hasReinitNextModule()- Specified by:
hasReinitNextModulein interfaceIChangeModuleAction
-
isReinit
public boolean isReinit()- Since:
- 7.4.2
-
setReinit
public void setReinit(boolean reinit) - Since:
- 7.4.2
-