Package org.openxava.actions
Interface IChangeModuleAction
- All Superinterfaces:
IAction
- All Known Implementing Classes:
ChangeModuleAction,ReturnPreviousModuleAction
To go to another module.
- Author:
- Javier Paniza
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe name of the module to go.booleanMethods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Field Details
-
PREVIOUS_MODULE
- See Also:
-
-
Method Details
-
getNextModule
String getNextModule()The name of the module to go.- Returns:
- if null no navigation is produces, and if PREVIOUS_MODULE then returns to the previous module.
-
hasReinitNextModule
boolean hasReinitNextModule()
-