Winter Cardinal UI - v0.457.0 / DListDataMappedImpl
| Name |
|---|
ITEM |
DListDataMapped<ITEM>• new DListDataMappedImpl<ITEM>(parent): DListDataMappedImpl<ITEM>
| Name |
|---|
ITEM |
| Name | Type |
|---|---|
parent |
DListDataMppedImplParent<ITEM> |
DListDataMappedImpl<ITEM>
src/main/typescript/wcardinal/ui/d-list-data-mapped-impl.ts:17
• Protected Readonly _parent: DListDataMppedImplParent<ITEM>
src/main/typescript/wcardinal/ui/d-list-data-mapped-impl.ts:15
▸ each(iteratee, from?, to?): void
| Name | Type |
|---|---|
iteratee |
(value: ITEM, index: number) => boolean | void |
from? |
number |
to? |
number |
void
src/main/typescript/wcardinal/ui/d-list-data-mapped-impl.ts:26
▸ each_(iteratee, items, start, from?, to?): number
| Name | Type |
|---|---|
iteratee |
(value: ITEM, index: number) => boolean | void |
items |
ITEM[] |
start |
number |
from? |
number |
to? |
number |
number
src/main/typescript/wcardinal/ui/d-list-data-mapped-impl.ts:43
▸ size(): number
number
src/main/typescript/wcardinal/ui/d-list-data-mapped-impl.ts:21