Interface KeyDownHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onKeyDown
(KeyDownEvent event) StringMethod fired in response to a keydown while focused in this form item.
-
Method Details
-
onKeyDown
StringMethod fired in response to a keydown while focused in this form item.- Parameters:
event
- the event
-