public interface IconClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onIconClick(IconClickEvent event)
Notification method called when the user clicks on a form item icon.
|
void onIconClick(IconClickEvent event)
The icon's FormItemIcon.formItemClick()
method if any
is called first. Then, if the clicked icon is the picker icon
, the FormItem.pickerIconClick()
method is
called. Then, this method is called.
This event may be cancelled to suppress the FormItem.click()
handler from also firing in response
to the user interaction.
event
- the event