Package org.openxava.actions
Class OnChangeChartColumnBaseAction
java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.ViewBaseAction
org.openxava.actions.CollectionElementViewBaseAction
org.openxava.actions.OnChangeElementCollectionBaseAction
org.openxava.actions.OnChangeChartColumnBaseAction
- All Implemented Interfaces:
IAction,IChangeModeAction,IModuleContextAction,IOnChangePropertyAction,IRequestAction
- Direct Known Subclasses:
OnChangeChartColumnNameAction
- Author:
- Federico Alcantara, Javier Paniza
-
Field Summary
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openxava.actions.OnChangeElementCollectionBaseAction
getChangedProperty, getNewValue, getRow, setChangedProperty, setNewValueMethods inherited from class org.openxava.actions.CollectionElementViewBaseAction
closeDialog, getCollectionElementView, getCollectionLabel, getMetaCollection, getMetaCollectionView, getParentView, getView, getViewObject, isCloseDialogDisallowed, isEntityReferencesCollection, isEntityReferencesCollection, mustRefreshCollection, setCloseDialogDisallowed, setViewObject, showDialog, validateMaximum, validateMinimumMethods inherited from class org.openxava.actions.ViewBaseAction
changeThisPropertyByViewValue, getModelName, getPreviousView, getPreviousViews, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showNewView, showView, validateViewValuesMethods 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, setRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openxava.actions.IAction
getErrors, getMessages, setEnvironment, setErrors, setMessagesMethods inherited from interface org.openxava.actions.IOnChangePropertyAction
setView
-
Constructor Details
-
OnChangeChartColumnBaseAction
public OnChangeChartColumnBaseAction()
-
-
Method Details
-
execute
- Specified by:
executein interfaceIAction- Specified by:
executein classCollectionElementViewBaseAction- Throws:
Exception- See Also:
-
getChart
-
getChartColumn
Gets the chart column object associated with the changed property.- Returns:
- Chart column object. Null if not found.
- Throws:
Exception
-
executeOnValidValues
- Throws:
Exception
-
getTab
- Throws:
Exception- Since:
- 6.6.3
-