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

Field Summary
static java.lang.String PREVIOUS_MODULE
           
 
Method Summary
 java.lang.String getNextModule()
          The name of the module to go.
 boolean hasReinitNextModule()
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Field Detail

PREVIOUS_MODULE

static final java.lang.String PREVIOUS_MODULE
See Also:
Constant Field Values
Method Detail

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()