public class GoAddColumnsAction extends ViewBaseAction implements ICustomViewAction, IChangeModeAction
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW
DETAIL, LIST, PREVIOUS_MODE, SPLIT
Constructor and Description |
---|
GoAddColumnsAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
Tab |
getCustomizingTab() |
java.lang.String |
getCustomView()
The id of a view made directly by developer (not OpenXava view).
|
java.lang.String |
getNextMode()
LIST, DETAIL or PREVIOUS_MODE.
|
void |
setCollection(java.lang.String collection) |
void |
setCustomizingTab(Tab customizingTab) |
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, 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
public java.lang.String getCustomView() throws java.lang.Exception
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
java.lang.Exception
public java.lang.String getNextMode()
IChangeModeAction
getNextMode
in interface IChangeModeAction
getNextMode
in class BaseAction
public void setCollection(java.lang.String collection)
public Tab getCustomizingTab()
public void setCustomizingTab(Tab customizingTab)