org.openxava.actions
Interface IOnChangePropertyAction

All Superinterfaces:
IAction
All Known Implementing Classes:
OnChangePropertyBaseAction, OnChangeSearchAction

public interface IOnChangePropertyAction
extends IAction

Author:
Javier Paniza

Method Summary
 void setChangedProperty(java.lang.String propertyName)
           
 void setNewValue(java.lang.Object value)
           
 void setView(View view)
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Method Detail

setChangedProperty

void setChangedProperty(java.lang.String propertyName)

setNewValue

void setNewValue(java.lang.Object value)

setView

void setView(View view)