Class AreaModelObjectyArray<T>

Represents an area model defined by an object array.

Type Parameters

  • T

    The type of objects in the array

Hierarchy

Constructors

Properties

areaIdent: AreaIdent

The identifier for one of the areas: header, body, footer.

cellRenderers: (undefined | CellRendererIf)[]
columnDefs: ColumnDefIf[] = []
defaultRowHeight: number
filteredRows: T[]
properties: string[]
rowSelectionModel: undefined | CheckboxModelIf<any> = undefined

A model and controller for a row checkbox selection

rows: T[]
sorterService: SorterService = ...
yPositions: number[] = []

Methods

Generated using TypeDoc