|
|||||||||
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)
Callback fired when the user first starts editing a cell. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addEditorEnterHandler(EditorEnterHandler handler)
This callback is typically used to establish dynamic default values via
ListGrid.setEditValue(int, int, java.lang.String)
or ListGrid.setEditValues(int, java.util.Map)
.
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 |