class DateChangeEvent extends ValueChangeEvent<java.util.Date>
GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
DateChangeEvent(java.util.Date value)
Creates a new date value change event.
|
Modifier and Type | Method and Description |
---|---|
static <S extends HasValueChangeHandlers<java.util.Date> & HasHandlers> |
fireIfNotEqualDates(S source,
java.util.Date oldValue,
java.util.Date newValue)
Fires value change event if the old value is not equal to the new value.
|
java.util.Date |
getValue()
Gets the value.
|
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, shouldFire, toDebugString
protected DateChangeEvent(java.util.Date value)
value
- the valuepublic static <S extends HasValueChangeHandlers<java.util.Date> & HasHandlers> void fireIfNotEqualDates(S source, java.util.Date oldValue, java.util.Date newValue)
S
- The event sourcesource
- the source of the handlersoldValue
- the oldValue, may be nullnewValue
- the newValue, may be nullpublic java.util.Date getValue()
ValueChangeEvent
getValue
in class ValueChangeEvent<java.util.Date>