Interface CellType

Hierarchy

  • CellType

Implemented by

Index

Properties

active: boolean
cellID?: any
column: ColumnType
editMode: boolean
editValue: any
editable: boolean
grid: GridType
id?: { columnID: number; rowID: any; rowIndex: number }

Type declaration

  • columnID: number
  • rowID: any
  • rowIndex: number
nativeElement?: HTMLElement
readonly?: boolean
row: RowType
selected: boolean
title?: any
value: any
visibleColumnIndex?: number
width: string

Methods

  • activate(event: FocusEvent | KeyboardEvent): void
  • calculateSizeToFit(range: any): number
  • onClick(event: MouseEvent): void
  • onDoubleClick(event: MouseEvent): void
  • setEditMode(value: boolean): void
  • update(value: any): void