|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.actions.BaseAction
org.openxava.actions.OnChangePropertyBaseAction
public abstract class OnChangePropertyBaseAction
| Field Summary |
|---|
| Fields inherited from interface org.openxava.actions.IChangeModeAction |
|---|
DETAIL, LIST, PREVIOUS_MODE, SPLIT |
| Constructor Summary | |
|---|---|
OnChangePropertyBaseAction()
|
|
| Method Summary | |
|---|---|
protected MetaProperty |
getChangedMetaProperty()
|
java.lang.String |
getChangedProperty()
|
java.lang.Object |
getNewValue()
|
View |
getView()
The view where the on-change is declared. |
void |
setChangedProperty(java.lang.String string)
|
void |
setNewValue(java.lang.Object object)
|
void |
setView(View view)
|
| Methods inherited from class org.openxava.actions.BaseAction |
|---|
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getRequest, removeActions, resetDescriptionsCache, returnToPreviousControllers, setContext, setControllers, 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 |
|---|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages |
| Constructor Detail |
|---|
public OnChangePropertyBaseAction()
| Method Detail |
|---|
public java.lang.Object getNewValue()
public java.lang.String getChangedProperty()
protected MetaProperty getChangedMetaProperty()
throws XavaException
XavaExceptionpublic View getView()
This may be the main view or the module (if property-view : on-change is declared in main view) or an subview (if it's declared inside a aggregate view, for example).
public void setNewValue(java.lang.Object object)
setNewValue in interface IOnChangePropertyActionpublic void setChangedProperty(java.lang.String string)
setChangedProperty in interface IOnChangePropertyActionpublic void setView(View view)
setView in interface IOnChangePropertyAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||