Interface PickerIconClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method called when thepicker icon
is clicked.
-
Method Details
-
onPickerIconClick
Notification method called when thepicker icon
is clicked. This method will fire after theFormItemIcon.formItemClick()
handler for thepickerIcon
. If the event is not cancelled, the standardFormItem.iconClick()
will also fire.The default implementation will call
showPicker()
.- Parameters:
event
- the event
-