|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HasEditorEnterHandlers
| Method Summary | |
|---|---|
HandlerRegistration |
addEditorEnterHandler(EditorEnterHandler handler)
Notification method fired when the user enters this formItem. |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Method Detail |
|---|
HandlerRegistration addEditorEnterHandler(EditorEnterHandler handler)
FormItem.focus 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 once
when the user moves onto a different item or component
handler - the editorEnter handler
HandlerRegistration used to remove this handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||