Lines Matching refs:activeEditor
15233 var activeEditor = instance.getActiveEditor();
15235 if (activeEditor && (0, _mixed.isDefined)(activeEditor.refreshValue)) {
15236 activeEditor.refreshValue(); field
34437 activeEditor;
34519 if (activeEditor && !activeEditor.isWaiting()) {
34539 if (_this.isEditorOpened() && !activeEditor.isWaiting()) {
34549 if (_this.isEditorOpened() && !activeEditor.isWaiting()) {
34560 if (_this.isEditorOpened() && !activeEditor.isWaiting()) {
34571 if (_this.isEditorOpened() && !activeEditor.isWaiting()) {
34607 if (activeEditor) {
34608 activeEditor.enableFullEditMode(); field
34617 if (activeEditor && activeEditor.state !== _baseEditor.EditorState.WAITING) {
34624 if (activeEditor) {
34625 activeEditor.enableFullEditMode(); field
34695 if (activeEditor) {
34696 activeEditor.enableFullEditMode();
34726 return activeEditor;
34738 if (activeEditor && activeEditor.isWaiting()) {
34757 activeEditor = (0, _editors.getEditorInstance)(editorClass, instance); property
34758 activeEditor.prepare(row, col, prop, td, originalValue, cellProperties);
34760 activeEditor = void 0; property
34772 return activeEditor && activeEditor.isOpened();
34784 if (activeEditor && !activeEditor.cellProperties.readOnly) {
34785 activeEditor.beginEditing(initialValue, event);
34786 } else if (activeEditor && activeEditor.cellProperties.readOnly) {
34805 if (activeEditor) {
34806 activeEditor.finishEditing(restoreOriginalValue, ctrlDown, callback);
48633 var activeEditor = this.instance.getActiveEditor();
48635 return activeEditor && activeEditor.isOpened();