Package org.openxava.actions
Class OnChangeChartXColumnAction
- java.lang.Object
-
- org.openxava.actions.BaseAction
-
- org.openxava.actions.ViewBaseAction
-
- org.openxava.actions.OnChangePropertyBaseAction
-
- org.openxava.actions.OnChangeChartBaseAction
-
- org.openxava.actions.OnChangeChartXColumnAction
-
- All Implemented Interfaces:
IAction
,IChangeModeAction
,IModuleContextAction
,IOnChangePropertyAction
,IRequestAction
public class OnChangeChartXColumnAction extends OnChangeChartBaseAction
- Author:
- Federico Alcantara
-
-
Field Summary
-
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
-
-
Constructor Summary
Constructors Constructor Description OnChangeChartXColumnAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeOnValidValues()
Calls upon finding valid new values.-
Methods inherited from class org.openxava.actions.OnChangeChartBaseAction
execute, getChart, getTab
-
Methods inherited from class org.openxava.actions.OnChangePropertyBaseAction
getChangedMetaProperty, getChangedProperty, getNewValue, getView, setChangedProperty, setNewValue, showView
-
Methods inherited from class org.openxava.actions.ViewBaseAction
closeDialog, getModelName, getPreviousView, getPreviousViews, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showDialog, showNewView, 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
-
-
-
-
Method Detail
-
executeOnValidValues
public void executeOnValidValues() throws java.lang.Exception
Description copied from class:OnChangeChartBaseAction
Calls upon finding valid new values.- Specified by:
executeOnValidValues
in classOnChangeChartBaseAction
- Throws:
java.lang.Exception
- See Also:
OnChangeChartBaseAction.executeOnValidValues()
-
-