igniteui-react-grids
Version:
Ignite UI React grid components.
47 lines (46 loc) • 1.39 kB
TypeScript
import { BaseEditorView } from "./BaseEditorView";
import { Type } from "igniteui-react-core";
import { DomRenderer } from "igniteui-react-core";
import { BaseControlTheme } from "igniteui-react-core";
import { ICellActionManager } from "./ICellActionManager";
import { FontInfo } from "igniteui-react-core";
import { InputChangeEventArgs } from "igniteui-react-inputs";
/**
* @hidden
*/
export declare class ComboEditorView extends BaseEditorView {
static $t: Type;
private ac;
private ab;
private af;
private ad;
private ag;
private ai;
private z;
private ae;
get ah(): any;
set ah(a: any);
get ak(): string;
set ak(a: string);
get aa(): string[];
set aa(a: string[]);
constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
setFont(a: FontInfo): void;
attachEvents(): void;
detachEvents(): void;
onTargetChanged(): void;
onEditStarted(): void;
onEditEnded(): void;
protected t(): void;
an(): void;
protected v(a: string, b: any, c: any): void;
protected x(): void;
private aq;
protected w(): void;
private onComboValueChanged;
private onComboTextChanged;
private au;
protected onInputChanging(a: any, b: InputChangeEventArgs): void;
private onComboLostFocus;
private onComboGotFocus;
}