UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

37 lines (36 loc) 1.31 kB
import type { AgColumn } from 'ag-grid-community'; import { Component } from 'ag-grid-community'; import type { ColumnModelItem } from './columnModelItem'; export declare class ToolPanelColumnComp extends Component { modelItem: ColumnModelItem; private readonly allowDragging; private readonly groupsExist; private readonly focusWrapper; private readonly eLabel; private readonly cbSelect; readonly column: AgColumn; readonly columnDepth: number; private eDragHandle; private readonly displayName; private processingColumnStateChange; private tooltipFeature?; constructor(modelItem: ColumnModelItem, allowDragging: boolean, groupsExist: boolean, focusWrapper: HTMLElement); postConstruct(): void; getColumn(): AgColumn; private setupTooltip; private onContextMenu; protected handleKeyDown(e: KeyboardEvent): void; private onLabelClicked; private onCheckboxChanged; private onChangeCommon; private refreshAriaLabel; private setupDragging; private createDragItem; private onColumnStateChanged; getDisplayName(): string | null; onSelectAllChanged(value: boolean): void; isSelected(): boolean | undefined; isSelectable(): boolean; isExpandable(): boolean; setExpanded(_value: boolean): void; }