Lines Matching refs:_editor
17502 _editor: null, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f19300.create.createGridEditors.controller
17542 editor: this._editor,
17576 return !!(this._editor && domHelpers.isChildOf(this._placeholder, document.body));
17594 this._editor = editor;
17623 this._editor.set_value(value, itemId, column, this._placeholder);
17628 this._editor.focus(this._placeholder);
17633 return this._editor.get_value(this._itemId, column, this._placeholder);
17656 return this._editor.is_changed(value, this._itemId, column, this._placeholder);
17676 if (this._editor) {
17677 this._editor.hide(this._placeholder);
17679 this._editor = null;
17709 …if (this._editor.is_valid(editorState.newValue, editorState.id, editorState.columnName, this._plac…
17719 this._editor.save(itemId, grid.getColumn(columnName), this._placeholder);