public class GWTOverriddenDateChangeEvent extends com.google.gwt.event.logical.shared.ValueChangeEvent<Date>
| Modifier | Constructor and Description |
|---|---|
protected |
GWTOverriddenDateChangeEvent(Date value)
Creates a new date value change event.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends com.google.gwt.event.logical.shared.HasValueChangeHandlers<Date> & com.google.gwt.event.shared.HasHandlers> |
fireIfNotEqualDates(S source,
Date oldValue,
Date newValue)
Fires value change event if the old value is not equal to the new value.
|
Date |
getValue() |
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, shouldFire, toDebugStringprotected GWTOverriddenDateChangeEvent(Date value)
value - the valuepublic static <S extends com.google.gwt.event.logical.shared.HasValueChangeHandlers<Date> & com.google.gwt.event.shared.HasHandlers> void fireIfNotEqualDates(S source, Date oldValue, Date newValue)
S - The event sourcesource - the source of the handlersoldValue - the oldValue, may be nullnewValue - the newValue, may be nullCopyright © 2014. All rights reserved.