public interface HasEditorExitHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addEditorExitHandler(EditorExitHandler handler)
Notification method fired when the user leaves this formItem.
|
com.google.gwt.event.shared.HandlerRegistration addEditorExitHandler(EditorExitHandler handler)
FormItem.blur()
in that while focus
and
blur
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, and
editorExit
fires once when the user moves onto a different item or componenthandler
- the editorExit handlerHandlerRegistration
used to remove this handler