org.openxava.actions
Interface IChangeControllersAction

All Superinterfaces:
IAction
All Known Subinterfaces:
ILoadFileAction, INavigationAction
All Known Implementing Classes:
AddColumnsAction, AddElementsToCollectionAction, AddImageToGalleryAction, CancelAction, CancelFromCustomListAction, CancelInListAction, ChangeImageAction, ChooseReferenceAction, CreateNewFromReferenceAction, EditGalleryAction, GoAddColumnsAction, GoAddElementsToCollectionAction, GoDetailAction, GoListAction, LoadImageAction, LoadImageIntoGalleryAction, ModifyFromReferenceAction, NavigationAction, NavigationFromReferenceBaseAction, ReferenceSearchAction, RestoreDefaultColumnsAction, SaveNewAction, UpdateAction, UpdateReferenceBaseAction

public interface IChangeControllersAction
extends IAction

Author:
Javier Paniza

Field Summary
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
 java.lang.String[] getNextControllers()
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Field Detail

EMPTY_CONTROLLER

static final java.lang.String[] EMPTY_CONTROLLER

DEFAULT_CONTROLLERS

static final java.lang.String[] DEFAULT_CONTROLLERS

SAME_CONTROLLERS

static final java.lang.String[] SAME_CONTROLLERS

PREVIOUS_CONTROLLERS

static final java.lang.String[] PREVIOUS_CONTROLLERS
Method Detail

getNextControllers

java.lang.String[] getNextControllers()
                                      throws java.lang.Exception
Throws:
java.lang.Exception