Interface FocusHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFocus
(FocusEvent event) Called when this FormItem receives focus.
-
Method Details
-
onFocus
Called when this FormItem receives focus.- Parameters:
event
- the event
-