Package org.openxava.actions
Interface IChangeControllersAction
-
- All Superinterfaces:
IAction
- All Known Subinterfaces:
ILoadFileAction
,INavigationAction
- All Known Implementing Classes:
AddColumnsAction
,AddElementsToCollectionAction
,CancelAction
,CancelInListAction
,CancelToDefaultControllersAction
,ChooseIconAction
,ChooseReferenceAction
,ConfigureImportAction
,CreateNewFromReferenceAction
,GoAddElementsToCollectionAction
,GoDetailAction
,GoListAction
,ImportAction
,ModifyFromReferenceAction
,NavigationAction
,NavigationFromReferenceBaseAction
,RestoreDefaultColumnsAction
,ReturnAction
,SaveNewAction
,UpdateAction
,UpdateReferenceBaseAction
public interface IChangeControllersAction extends IAction
To indicate the next controllers to show.Instead of implementing this interface you can use the next methods from
BaseAction
: setControllers(), returnToPreviousControllers(), setDefaultControllers(), addActions(), removeActions() and clearActions() methods from your action.
If you choose to implement this interface instead, it has preference over theBaseAction
methods.- Author:
- Javier Paniza
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
DEFAULT_CONTROLLERS
static java.lang.String[]
EMPTY_CONTROLLER
static java.lang.String[]
PREVIOUS_CONTROLLERS
static java.lang.String[]
SAME_CONTROLLERS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getNextControllers()
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
-