public interface IChangeModeAction extends IAction
It is implemented by BaseAction
, so if your
extends from it you can change the mode
just by calling to BaseAction.setNextMode(java.lang.String)
(since 4m1).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DETAIL |
static java.lang.String |
LIST |
static java.lang.String |
PREVIOUS_MODE |
static java.lang.String |
SPLIT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextMode()
LIST, DETAIL or PREVIOUS_MODE.
|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
static final java.lang.String LIST
static final java.lang.String DETAIL
@Deprecated static final java.lang.String SPLIT
static final java.lang.String PREVIOUS_MODE