igniteui-react-grids
Version:
Ignite UI React grid components.
36 lines (35 loc) • 1.23 kB
TypeScript
import { BaseEditorView } from "./BaseEditorView";
import { XInputGroup } from "igniteui-react-inputs";
import { XInput } from "igniteui-react-inputs";
import { DomRenderer } from "igniteui-react-core";
import { BaseControlTheme } from "igniteui-react-core";
import { ICellActionManager } from "./ICellActionManager";
import { Type } from "igniteui-react-core";
import { FontInfo } from "igniteui-react-core";
import { InputChangeEventArgs } from "igniteui-react-inputs";
/**
* @hidden
*/
export declare class TextEditorView extends BaseEditorView {
static $t: Type;
private ab;
protected aa: XInputGroup;
protected z: XInput;
constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
setFont(a: FontInfo): void;
attachEvents(): void;
detachEvents(): void;
onTargetChanged(): void;
onEditStarted(): void;
onEditEnded(): void;
protected t(): void;
protected x(): void;
protected s(): void;
protected w(): void;
protected ad(a: any, b: InputChangeEventArgs): void;
protected ac(a: any, b: InputChangeEventArgs): void;
private af;
private ae;
getEditorValue(): any;
setEditorValue(a: any): void;
}