public interface HasDataChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataChangedHandler(DataChangedHandler handler)
Method to override or observe in order to be notified when a user picks a date value.
|
fireEvent
HandlerRegistration addDataChangedHandler(DataChangedHandler handler)
Has no default behavior (so no need to call Super).
Use DateChooser.getData()
to get the
current date value.
handler
- the dataChanged handlerHandlerRegistration
used to remove this handler