Package org.openxava.actions
Class OnChangeChartColumnNameAction
- java.lang.Object
-
- All Implemented Interfaces:
IAction
,IChangeModeAction
,IModuleContextAction
,IOnChangePropertyAction
,IRequestAction
public class OnChangeChartColumnNameAction extends OnChangeChartColumnBaseAction
- Author:
- Federico Alcantara
- See Also:
OnChangeMyReportColumnNameAction
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SHOW_LESS
static java.lang.String
SHOW_MORE
-
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
-
-
Constructor Summary
Constructors Constructor Description OnChangeChartColumnNameAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeOnValidValues()
-
Methods inherited from class org.openxava.actions.OnChangeChartColumnBaseAction
execute, getChart, getChartColumn, getTab
-
Methods inherited from class org.openxava.actions.OnChangeElementCollectionBaseAction
getChangedProperty, getNewValue, getRow, setChangedProperty, setNewValue
-
Methods inherited from class org.openxava.actions.CollectionElementViewBaseAction
closeDialog, getCollectionElementView, getMetaCollection, getParentView, getView, getViewObject, isCloseDialogDisallowed, isEntityReferencesCollection, isEntityReferencesCollection, mustRefreshCollection, setCloseDialogDisallowed, setViewObject, showDialog, validateMaximum, validateMinimum
-
Methods inherited from class org.openxava.actions.ViewBaseAction
changeThisPropertyByViewValue, getModelName, getPreviousView, getPreviousViews, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showNewView, showView, validateViewValues
-
Methods inherited from class org.openxava.actions.BaseAction
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openxava.actions.IAction
getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Methods inherited from interface org.openxava.actions.IOnChangePropertyAction
setView
-
-
-
-
Field Detail
-
SHOW_MORE
public static final java.lang.String SHOW_MORE
- See Also:
- Constant Field Values
-
SHOW_LESS
public static final java.lang.String SHOW_LESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeOnValidValues
public void executeOnValidValues() throws java.lang.Exception
- Specified by:
executeOnValidValues
in classOnChangeChartColumnBaseAction
- Throws:
java.lang.Exception
-
-