Package org.adempiere.webui.event
Class ValueChangeEvent
java.lang.Object
org.adempiere.webui.event.ValueChangeEvent
- Direct Known Subclasses:
TableValueChangeEvent
Value change event for a named property.
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass
-
Field Summary
-
Constructor Summary
ConstructorDescriptionValueChangeEvent
(Object source, String propertyName, Object oldValue, Object newValue) -
Method Summary
-
Field Details
-
source
The object on which the Event initially occurred.
-
-
Constructor Details
-
ValueChangeEvent
- Parameters:
source
-propertyName
-oldValue
-newValue
-
-
-
Method Details
-
getNewValue
- Returns:
- new value
-
getOldValue
- Returns:
- old/previous value
-
getPropertyName
- Returns:
- property name
-
getSource
-
isInitEdit
public boolean isInitEdit()- Returns:
- indicate this event is by user start edit this field but not yet complete edit
-
setIsInitEdit
public void setIsInitEdit(boolean isInitEdit) - Parameters:
isInitEdit
- indicate this event is by user start edit this field but not yet complete edit
-