Interface HasFormItemClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 FormItemIcon,PickerIcon
- 
Method Summary
Modifier and TypeMethodDescriptionClick handler for this icon.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFormItemClickHandler
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:
 handler- the formItemClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -