Package org.openxava.actions
Class ChangeModuleAction
java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.ChangeModuleAction
- 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
Modifier and TypeMethodDescriptionvoidexecute()The name of the module to go.booleanbooleanisReinit()voidsetNextModule(String siguienteModulo) voidsetReinit(boolean reinit) 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
-
ChangeModuleAction
public ChangeModuleAction()
-
-
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.
-
setNextModule
-
hasReinitNextModule
public boolean hasReinitNextModule()- Specified by:
hasReinitNextModulein interfaceIChangeModuleAction
-
isReinit
public boolean isReinit() -
setReinit
public void setReinit(boolean reinit)
-