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

Field Summary
static java.lang.String DEFAULT_VIEW
           
static java.lang.String PREVIOUS_VIEW
           
static java.lang.String SAME_VIEW
           
 
Method Summary
 java.lang.String getCustomView()
          The id of a view made directly by developer (not OpenXava view).
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Field Detail

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
Method Detail

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