Package org.openxava.actions
Class OnChangeChartBaseAction
- java.lang.Object
-
- org.openxava.actions.BaseAction
-
- org.openxava.actions.ViewBaseAction
-
- org.openxava.actions.OnChangePropertyBaseAction
-
- org.openxava.actions.OnChangeChartBaseAction
-
- All Implemented Interfaces:
IAction
,IChangeModeAction
,IModuleContextAction
,IOnChangePropertyAction
,IRequestAction
- Direct Known Subclasses:
OnChangeChartXColumnAction
public abstract class OnChangeChartBaseAction extends OnChangePropertyBaseAction
Used for changes of the chart properties.- Author:
- Federico Alcantara, Javier Paniza
-
-
Field Summary
-
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
-
-
Constructor Summary
Constructors Constructor Description OnChangeChartBaseAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute()
protected abstract void
executeOnValidValues()
Calls upon finding valid new values.protected Chart
getChart()
protected Tab
getTab()
-
Methods inherited from class org.openxava.actions.OnChangePropertyBaseAction
getChangedMetaProperty, getChangedProperty, getNewValue, getView, setChangedProperty, setNewValue, showView
-
Methods inherited from class org.openxava.actions.ViewBaseAction
changeThisPropertyByViewValue, 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
-
getChart
protected Chart getChart()
-
getTab
protected Tab getTab()
-
execute
public void execute() throws java.lang.Exception
- Throws:
java.lang.Exception
- See Also:
IAction.execute()
-
executeOnValidValues
protected abstract void executeOnValidValues() throws java.lang.Exception
Calls upon finding valid new values.- Throws:
java.lang.Exception
-
-