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

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

public interface HasKeyPressHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
          StringMethod fired when the user presses a key while focused in this form item.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addKeyPressHandler

HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
StringMethod fired when the user presses a key while focused in this form item.

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