com.smartgwt.client.widgets.form.events
Interface HasItemKeyPressHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DynamicForm, PropertySheet, SearchForm

public interface HasItemKeyPressHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addItemKeyPressHandler(ItemKeyPressHandler handler)
          Handler fired when a FormItem within this form receives a keypress event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addItemKeyPressHandler

HandlerRegistration addItemKeyPressHandler(ItemKeyPressHandler handler)
Handler fired when a FormItem within this form receives a keypress event.

Fires after the keyPress handler on the FormItem itself, and only if the item did not cancel the event and chooses to allow it to propagate to the form as a whole.

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