Package org.openxava.actions
Interface INavigationAction
-
- All Superinterfaces:
IAction,IChangeControllersAction,ICustomViewAction
- All Known Subinterfaces:
ILoadFileAction
- All Known Implementing Classes:
AddColumnsAction,AddElementsToCollectionAction,CancelAction,CancelInListAction,CancelToDefaultControllersAction,ChooseIconAction,ChooseReferenceAction,ConfigureImportAction,GoAddElementsToCollectionAction,GoListAction,NavigationAction,RestoreDefaultColumnsAction,ReturnAction
public interface INavigationAction extends IChangeControllersAction, ICustomViewAction
- Author:
- Javier Paniza
-
-
Field Summary
-
Fields inherited from interface org.openxava.actions.IChangeControllersAction
DEFAULT_CONTROLLERS, EMPTY_CONTROLLER, PREVIOUS_CONTROLLERS, SAME_CONTROLLERS
-
Fields inherited from interface org.openxava.actions.ICustomViewAction
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW
-
-
Method Summary
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Methods inherited from interface org.openxava.actions.IChangeControllersAction
getNextControllers
-
Methods inherited from interface org.openxava.actions.ICustomViewAction
getCustomView
-
-