UNPKG

@eclipse-scout/core

Version:
10 lines 454 B
import { Cell, Column, TableRow } from '../../index'; export declare class IconColumn extends Column<string> { constructor(); protected _initCell(cell: Cell<string>): Cell<string>; protected _formatValue(value: string, row?: TableRow): string; setCellValue(row: TableRow, value: string): void; cellTextForGrouping(row: TableRow): string; createAggrGroupCell(row: TableRow): Cell<string>; } //# sourceMappingURL=IconColumn.d.ts.map