@serenity-is/sleekgrid / FrozenLayout

Class: FrozenLayout

Defined in: src/layouts/frozen-layout.tsx:7

Implements

Constructors

Constructor

new FrozenLayout(): FrozenLayout

Returns

FrozenLayout

Properties

layoutName

readonly layoutName: "FrozenLayout" = "FrozenLayout"

Defined in: src/layouts/frozen-layout.tsx:61

Implementation of

LayoutEngine.layoutName


supportFrozenRows

supportFrozenRows: true = true

Defined in: src/layouts/frozen-layout.tsx:64

Implementation of

LayoutEngine.supportFrozenRows


supportPinnedCols

supportPinnedCols: true = true

Defined in: src/layouts/frozen-layout.tsx:63

Implementation of

LayoutEngine.supportPinnedCols

Methods

adjustFrozenRowsOption()

adjustFrozenRowsOption(): void

Defined in: src/layouts/frozen-layout.tsx:52

Returns

void

Implementation of

LayoutEngine.adjustFrozenRowsOption


afterSetOptions()

afterSetOptions(arg): void

Defined in: src/layouts/frozen-layout.tsx:42

Parameters

arg

GridOptions

Returns

void

Implementation of

LayoutEngine.afterSetOptions


destroy()

destroy(): void

Defined in: src/layouts/frozen-layout.tsx:57

Returns

void

Implementation of

LayoutEngine.destroy


init()

init(host): void

Defined in: src/layouts/frozen-layout.tsx:11

Parameters

host

LayoutHost

Returns

void

Implementation of

LayoutEngine.init


reorderViewColumns()

reorderViewColumns(viewCols, refs): Column<any>[]

Defined in: src/layouts/frozen-layout.tsx:34

this might be called before init, chicken egg situation

Parameters

viewCols

Column<any>[]

refs

GridLayoutRefs

Returns

Column<any>[]

Implementation of

LayoutEngine.reorderViewColumns