org.openxava.actions
Interface IChangeModuleAction
- All Superinterfaces:
- IAction
- All Known Implementing Classes:
- ChangeModuleAction, ReturnPreviousModuleAction
public interface IChangeModuleAction
- extends IAction
To go to another module.
- Author:
- Javier Paniza
PREVIOUS_MODULE
static final java.lang.String PREVIOUS_MODULE
- See Also:
- Constant Field Values
getNextModule
java.lang.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()