public class CreateNewFromReferenceAction extends NavigationFromReferenceBaseAction
ReferenceBaseAction.ViewInfo
DEFAULT_CONTROLLERS, EMPTY_CONTROLLER, PREVIOUS_CONTROLLERS, SAME_CONTROLLERS
DETAIL, LIST, PREVIOUS_MODE, SPLIT
Constructor and Description |
---|
CreateNewFromReferenceAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomController() |
java.lang.String |
getDefaultController() |
java.lang.String |
getNextAction()
The qualified name of the next action to execute.
|
execute, getController, getModel, getNextControllers, isShowDialog, setController, setModel, setShowDialog
getKeyProperty, getReferenceSubview, getViewInfo, setKeyProperty, setReferenceSubview
closeDialog, getModelName, getPreviousView, getPreviousViews, getView, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showDialog, showNewView, showView, validateViewValues
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, returnToPreviousControllers, rollback, setContext, 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 getCustomController()
getCustomController
in class NavigationFromReferenceBaseAction
public java.lang.String getDefaultController()
getDefaultController
in class NavigationFromReferenceBaseAction
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
getNextAction
in class NavigationFromReferenceBaseAction
java.lang.Exception