public class ModifyFromReferenceAction extends NavigationFromReferenceBaseAction
ReferenceBaseAction.ViewInfo
DEFAULT_CONTROLLERS, EMPTY_CONTROLLER, PREVIOUS_CONTROLLERS, SAME_CONTROLLERS
DETAIL, LIST, PREVIOUS_MODE, SPLIT
Constructor and Description |
---|
ModifyFromReferenceAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getCustomController() |
java.lang.String |
getDefaultController() |
java.lang.String |
getNextAction()
The qualified name of the next action to execute.
|
java.lang.String[] |
getNextControllers() |
getController, getModel, 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 void execute() throws java.lang.Exception
execute
in interface IAction
execute
in class NavigationFromReferenceBaseAction
java.lang.Exception
public java.lang.String getCustomController()
getCustomController
in class NavigationFromReferenceBaseAction
public java.lang.String getDefaultController()
getDefaultController
in class NavigationFromReferenceBaseAction
public java.lang.String[] getNextControllers() throws java.lang.Exception
getNextControllers
in interface IChangeControllersAction
getNextControllers
in class NavigationFromReferenceBaseAction
java.lang.Exception
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