OptionalcellOptionalkeyEmits key down events generated by editor
OptionalpullGet latest data from data server
OptionalpushSave 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
OptionalfocusImplement if editor can be focused.
OptionalinvalidateServer data value has changed since being provided to editor or pulled by editor
OptionalpaintOptionalprocessSee 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
OptionalprocessSee if the editor wants the mouse move event. If fromEditor is true, then this editor generated the event in the first place
OptionalsetImplement 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