public interface PickerIconClickHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onPickerIconClick(PickerIconClickEvent event) Notification method called when the picker icon is clicked. |
void onPickerIconClick(PickerIconClickEvent event)
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().
event - the event