Winter Cardinal UI - v0.457.0 / DTableBodyCells
• new DTableBodyCells(): DTableBodyCells
▸ set<ROW>(target, row, columnIndex, column, readOnly?): void
| Name |
|---|
ROW |
| Name | Type |
|---|---|
target |
DTableBodyCellsTarget |
row |
ROW |
columnIndex |
number |
column |
DTableBodyCellsColumn<ROW> |
readOnly? |
boolean |
void
src/main/typescript/wcardinal/ui/d-table-body-cells.ts:27
▸ toReadOnly<ROW>(row, columnIndex, column): boolean
| Name |
|---|
ROW |
| Name | Type |
|---|---|
row |
ROW |
columnIndex |
number |
column |
DTableBodyCellsColumn<ROW> |
boolean
src/main/typescript/wcardinal/ui/d-table-body-cells.ts:50
▸ toRenderable<ROW>(row, columnIndex, column): boolean
| Name |
|---|
ROW |
| Name | Type |
|---|---|
row |
ROW |
columnIndex |
number |
column |
DTableBodyCellsColumn<ROW> |
boolean