igniteui-react-grids
Version:
Ignite UI React grid components.
78 lines (77 loc) • 2.91 kB
TypeScript
import { GridBaseDirective } from "./GridBaseDirective";
import { Type } from "igniteui-react-core";
import { GridMasterDetailContext } from "./GridMasterDetailContext";
import { GroupByRecord } from "./GroupByRecord";
import { GroupingExpression } from "./GroupingExpression";
import { GroupByExpandState } from "./GroupByExpandState";
import { GridGroupingStrategy } from "./GridGroupingStrategy";
import { GroupByRowSelectorTemplateContext } from "./GroupByRowSelectorTemplateContext";
import { GroupByRowTemplateContext } from "./GroupByRowTemplateContext";
import { CellType } from "./CellType";
import { ForOfStateEventArgs } from "./ForOfStateEventArgs";
import { GroupingDoneEventArgs } from "./GroupingDoneEventArgs";
import { RowType } from "./RowType";
import { ColumnComponentEventArgs } from "./ColumnComponentEventArgs";
/**
* @hidden
*/
export declare class Grid extends GridBaseDirective {
static $t: Type;
get hd(): boolean;
set hd(a: boolean);
private hm;
get hq(): (arg: any) => any;
set hq(a: (arg: any) => any);
private hl;
get hp(): (arg: GridMasterDetailContext) => any;
set hp(a: (arg: GridMasterDetailContext) => any);
get hu(): string;
set hu(a: string);
get g4(): GroupByRecord[];
get g0(): any[];
set g0(a: any[]);
get hj(): number;
set hj(a: number);
get g3(): GroupingExpression[];
set g3(a: GroupingExpression[]);
get g2(): GroupByExpandState[];
set g2(a: GroupByExpandState[]);
get he(): boolean;
set he(a: boolean);
get g9(): GridGroupingStrategy;
set g9(a: GridGroupingStrategy);
get ht(): string;
set ht(a: string);
private hn;
get hr(): (arg: GroupByRowSelectorTemplateContext) => any;
set hr(a: (arg: GroupByRowSelectorTemplateContext) => any);
private ho;
get hs(): (arg: GroupByRowTemplateContext) => any;
set hs(a: (arg: GroupByRowTemplateContext) => any);
get hh(): boolean;
set hh(a: boolean);
get g5(): CellType[];
dataPreLoad: (sender: any, args: ForOfStateEventArgs) => void;
dataPreLoadChanged(): void;
groupingDone: (sender: any, args: GroupingDoneEventArgs) => void;
groupingDoneChanged(): void;
h2(a: GroupingExpression[]): void;
hy(a: string): void;
hf(a: GroupByRecord): boolean;
h6(a: GroupByRecord): void;
h4(a: GroupByRecord, b?: boolean): void;
h0(a: GroupByRecord): void;
h1(a: GroupByRecord): void;
h5(): void;
g1(a?: boolean, b?: boolean): any[];
hb(a: number): RowType;
hc(a: any): RowType;
g6(a: number, b: string): CellType;
g7(a: any, b: string): CellType;
hg(a: any, b?: number): boolean;
hi(a: any): boolean;
beforeColumnInit(a: any, b: ColumnComponentEventArgs): void;
hk(a: string): any;
hv(a: any): void;
hx(a: number): void;
}