public interface HasPickerIconClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addPickerIconClickHandler(PickerIconClickHandler handler)
Notification method called when the
picker
icon is clicked. |
fireEvent
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