Winter Cardinal UI - v0.442.0 / DTableBodyCells

Class: DTableBodyCells

Table of contents

Constructors

Methods

Constructors

constructor

new DTableBodyCells(): DTableBodyCells

Returns

DTableBodyCells

Methods

set

set<ROW>(target, row, columnIndex, column, readOnly?): void

Type parameters

Name
ROW

Parameters

Name Type
target DTableBodyCellsTarget
row ROW
columnIndex number
column DTableBodyCellsColumn<ROW>
readOnly? boolean

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cells.ts:27


toReadOnly

toReadOnly<ROW>(row, columnIndex, column): boolean

Type parameters

Name
ROW

Parameters

Name Type
row ROW
columnIndex number
column DTableBodyCellsColumn<ROW>

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cells.ts:50


toRenderable

toRenderable<ROW>(row, columnIndex, column): boolean

Type parameters

Name
ROW

Parameters

Name Type
row ROW
columnIndex number
column DTableBodyCellsColumn<ROW>

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cells.ts:65