Interface EditorExitHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEditorExit
(EditorExitEvent event) Notification method fired when the user leaves this formItem.
-
Method Details
-
onEditorExit
Notification method fired when the user leaves this formItem. Differs fromFormItem.blur()
in that whilefocus
andblur
may fire multiple as the user navigates sub elements of an item (such as interacting with a pick list),editorEnter
will typically fire once when the user starts to edit this item as a whole, andeditorExit
fires once when the user moves onto a different item or component- Parameters:
event
- the event
-