public class SetCustomViewAction extends BaseAction implements ICustomViewAction
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW
DETAIL, LIST, PREVIOUS_MODE, SPLIT
Constructor and Description |
---|
SetCustomViewAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getCustomView()
The id of a view made directly by developer (not OpenXava view).
|
void |
setCustomView(java.lang.String customView) |
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, resetDescriptionsCache, returnToPreviousControllers, rollback, setContext, setControllers, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrors, getMessages, setEnvironment, setErrors, setMessages
public void execute() throws java.lang.Exception
public java.lang.String getCustomView()
ICustomViewAction
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.
getCustomView
in interface ICustomViewAction
public void setCustomView(java.lang.String customView)