Interface KeyPressHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onKeyPress
(KeyPressEvent event) StringMethod fired when the user presses a key while focused in this form item.
-
Method Details
-
onKeyPress
StringMethod fired when the user presses a key while focused in this form item.- Parameters:
event
- the event
-