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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
AutoFitTextAreaItem, BlurbItem, BooleanItem, ButtonItem, CanvasItem, CheckboxItem, ColorPickerItem, ComboBoxItem, DateItem, DateTimeItem, FileItem, FloatItem, FormItem, HeaderItem, HiddenItem, IntegerItem, LinkItem, NativeCheckboxItem, PasswordItem, PickTreeItem, RadioGroupItem, ResetItem, RichTextItem, RowSpacerItem, SectionItem, SelectItem, SelectOtherItem, SliderItem, SpacerItem, SpinnerItem, StaticTextItem, SubmitItem, TextAreaItem, TextItem, TimeItem, ToolbarItem, UploadItem, ViewFileItem

public interface HasIconKeyPressHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addIconKeyPressHandler(IconKeyPressHandler handler)
          StringMethod.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addIconKeyPressHandler

HandlerRegistration addIconKeyPressHandler(IconKeyPressHandler handler)
StringMethod. Default action to fire when an icon has keyboard focus and the user types a key. May be overridden by setting keyPress on the form item icon directly.

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