org.openxava.actions
Interface ICustomViewAction
- All Superinterfaces:
- IAction
- All Known Subinterfaces:
- ILoadFileAction, INavigationAction
- All Known Implementing Classes:
- AddColumnsAction, AddElementsToCollectionAction, AddImageToGalleryAction, AddLiferayDocumentAction, CancelAction, CancelFromCustomListAction, CancelInListAction, ChangeImageAction, ChooseReferenceAction, EditGalleryAction, GoAddColumnsAction, GoAddElementsToCollectionAction, GoListAction, LoadImageAction, LoadImageIntoGalleryAction, LoadLiferayDocumentAction, NavigationAction, ReferenceSearchAction, RestoreDefaultColumnsAction, ReturnAction, SetCustomViewAction
public interface ICustomViewAction
- extends IAction
- Author:
- Javier Paniza
|
Method Summary |
java.lang.String |
getCustomView()
The id of a view made directly by developer (not OpenXava view). |
DEFAULT_VIEW
static final java.lang.String DEFAULT_VIEW
- See Also:
- Constant Field Values
PREVIOUS_VIEW
static final java.lang.String PREVIOUS_VIEW
- See Also:
- Constant Field Values
SAME_VIEW
static final java.lang.String SAME_VIEW
getCustomView
java.lang.String getCustomView()
throws java.lang.Exception
- The id of a view made directly by developer (not OpenXava view).
In web version is the name of jsp page (without .jsp extension).
This is for inserting jsp (o swing) hand made view in our OpenXava application.
- Throws:
java.lang.Exception