public interface HasPickerIconClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addPickerIconClickHandler(PickerIconClickHandler handler)
Notification method called when the
picker
icon is clicked. |
com.google.gwt.event.shared.HandlerRegistration addPickerIconClickHandler(PickerIconClickHandler handler)
picker
icon
is clicked. This method will fire after the FormItemIcon.formItemClick()
handler for
the pickerIcon
. If the event is not
cancelled, the standard FormItem.iconClick()
will also fire. The default implementation will call showPicker()
.
handler
- the pickerIconClick handlerHandlerRegistration
used to remove this handler