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