Interface FormItemClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Click handler for this icon.
-
Method Details
-
onFormItemClick
Click handler for this icon.This event may be cancelled. If this event is not cancelled by the icon-level click handler, it may also be handled at the FormItem level via
FormItem.pickerIconClick()
[for the picker icon only], and thenFormItem.iconClick()
- Parameters:
event
- the event
-