|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasDataChangedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addDataChangedHandler(DataChangedHandler handler)
Method to override or observe in order to be notified when a user picks a date value. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
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 handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |