org.openxava.actions
Interface IChangeControllersAction
- All Superinterfaces:
- IAction
- All Known Subinterfaces:
- ILoadFileAction, INavigationAction
- All Known Implementing Classes:
- AddColumnsAction, AddElementsToCollectionAction, AddImageToGalleryAction, AddLiferayDocumentAction, CancelAction, CancelInListAction, ChangeImageAction, ChooseReferenceAction, CreateNewFromReferenceAction, EditGalleryAction, GoAddColumnsAction, GoAddElementsToCollectionAction, GoDetailAction, GoListAction, LoadImageAction, LoadImageIntoGalleryAction, LoadLiferayDocumentAction, ModifyFromReferenceAction, NavigationAction, NavigationFromReferenceBaseAction, ReferenceSearchAction, 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
the BaseAction methods.
- Author:
- Javier Paniza
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
getNextControllers
java.lang.String[] getNextControllers()
throws java.lang.Exception
- Throws:
java.lang.Exception