com.smartgwt.client.widgets.form.fields.events
Interface HasFormItemClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FormItemIcon, PickerIcon

public interface HasFormItemClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
          StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFormItemClickHandler

HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).

Parameters:
handler - the formItemClick handler
Returns:
HandlerRegistration used to remove this handler