public class GoListAction extends BaseAction implements IChangeModeAction, INavigationAction, IChainAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
DEFAULT_CONTROLLERS, EMPTY_CONTROLLER, PREVIOUS_CONTROLLERS, SAME_CONTROLLERS
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW
Constructor and Description |
---|
GoListAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getCustomView()
The id of a view made directly by developer (not OpenXava view).
|
Tab |
getMainTab() |
java.lang.String |
getNextAction()
The qualified name of the next action to execute.
|
java.lang.String[] |
getNextControllers() |
java.lang.String |
getNextMode()
LIST, DETAIL or PREVIOUS_MODE.
|
java.util.Stack |
getPreviousViews() |
Tab |
getTab() |
View |
getView() |
void |
setMainTab(Tab maintTab) |
void |
setPreviousViews(java.util.Stack previousViews) |
void |
setTab(Tab tab) |
void |
setView(View view) |
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, 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 java.lang.String getNextMode()
IChangeModeAction
getNextMode
in interface IChangeModeAction
getNextMode
in class BaseAction
public void execute() throws java.lang.Exception
public View getView()
public void setView(View view)
public Tab getTab()
public void setTab(Tab tab)
public java.lang.String[] getNextControllers()
getNextControllers
in interface IChangeControllersAction
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 Tab getMainTab()
public void setMainTab(Tab maintTab)
public java.util.Stack getPreviousViews()
public void setPreviousViews(java.util.Stack previousViews)
public java.lang.String getNextAction() throws java.lang.Exception
IChainAction
Qualified name is name of the controller + name of the
action as in controllers.xml file. For example,
CRUD.new
.
getNextAction
in interface IChainAction
java.lang.Exception