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
public abstract class OnChangeChartColumnBaseAction extends OnChangeElementCollectionBaseAction
- 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 OnChangeChartColumnBaseAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute()
abstract void
executeOnValidValues()
Chart
getChart()
ChartColumn
getChartColumn()
Gets the chart column object associated with the changed property.protected Tab
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
-
-
-
-
Method Detail
-
execute
public void execute() throws java.lang.Exception
- Specified by:
execute
in interfaceIAction
- Specified by:
execute
in classCollectionElementViewBaseAction
- Throws:
java.lang.Exception
- See Also:
IAction.execute()
-
getChart
public Chart getChart()
-
getChartColumn
public ChartColumn getChartColumn() throws java.lang.Exception
Gets the chart column object associated with the changed property.- Returns:
- Chart column object. Null if not found.
- Throws:
java.lang.Exception
-
executeOnValidValues
public abstract void executeOnValidValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getTab
protected Tab getTab() throws java.lang.Exception
- Throws:
java.lang.Exception
- Since:
- 6.6.3
-
-