Optional
cellOptional
keyEmits key down events generated by editor
Optional
pullGet latest data from data server
Optional
pushSave data to data server. Optional. If not supplied then editor is read only
Indicates if editor can only display data
Close the editor - returns data that was in editor or undefined if cancel specified
Optional
focusImplement if editor can be focused.
Optional
invalidateServer data value has changed since being provided to editor or pulled by editor
Optional
paintOptional
processSee if the editor wants the mouse down event. If fromEditor is true, then this editor generated the event in the first place
See if the editor wants the key down event. If fromEditor is true, then this editor generated the event in the first place
Optional
processSee if the editor wants the mouse move event. If fromEditor is true, then this editor generated the event in the first place
Optional
setImplement if editor paints itself (eg a HTML Input element). If bounds is undefined, then editor is hidden
Provide the initial data to the editor. This is done after all events have been subscribed to - so editor can start running
Editor can optionally use this eventer to notify Grid that it has completed