public interface ItemKeyPressHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onItemKeyPress(ItemKeyPressEvent event)
Handler fired when a FormItem within this form receives a keypress event.
|
void onItemKeyPress(ItemKeyPressEvent 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.
event
- the event