UNPKG

ag-grid-enterprise

Version:

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

49 lines (48 loc) 1.76 kB
import type { AgColumn, ColumnEventType } from 'ag-grid-community'; import { Component } from 'ag-grid-community'; import type { ColumnModelItem } from './columnModelItem'; export declare class ToolPanelColumnGroupComp extends Component { private readonly modelItem; private readonly allowDragging; private readonly eventType; private readonly focusWrapper; private readonly cbSelect; private readonly eLabel; private readonly eGroupOpenedIcon; private readonly eGroupClosedIcon; private readonly eColumnGroupIcons; private eDragHandle; private readonly columnGroup; private readonly columnDepth; private readonly displayName; private processingColumnStateChange; private tooltipFeature?; constructor(modelItem: ColumnModelItem, allowDragging: boolean, eventType: ColumnEventType, focusWrapper: HTMLElement); postConstruct(): void; getColumns(): AgColumn[]; private setupTooltip; private handleKeyDown; private onContextMenu; private addVisibilityListenersToAllChildren; private setupDragging; private createDragItem; private setupExpandContract; private onLabelClicked; private onCheckboxChanged; private getVisibleLeafColumns; private onChangeCommon; private refreshAriaLabel; onColumnStateChanged(): void; private workOutSelectedValue; private workOutReadOnlyValue; private isColumnChecked; private onExpandOrContractClicked; private onExpandChanged; private setOpenClosedIcons; private refreshAriaExpanded; getDisplayName(): string | null; onSelectAllChanged(value: boolean): void; isSelected(): boolean | undefined; isSelectable(): boolean; setSelected(selected: boolean): void; }