Winter Cardinal UI - v0.442.0 / DTreeNodeAccessorImpl

Class: DTreeNodeAccessorImpl<NODE>

Type parameters

Name Type
NODE extends DTreeNode

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new DTreeNodeAccessorImpl<NODE>(options?): DTreeNodeAccessorImpl<NODE>

Type parameters

Name Type
NODE extends DTreeNode

Parameters

Name Type
options? DTreeNodeAccessorOptions<NODE>

Returns

DTreeNodeAccessorImpl<NODE>

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:54

Properties

newChildren

newChildren: (item: NODE) => undefined | null | NODE[]

Type declaration

▸ (item): undefined | null | NODE[]

Parameters
Name Type
item NODE
Returns

undefined | null | NODE[]

Implementation of

DTreeNodeAccessor.newChildren

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:52


toChildren

toChildren: (item: NODE) => undefined | null | NODE[]

Type declaration

▸ (item): undefined | null | NODE[]

Parameters
Name Type
item NODE
Returns

undefined | null | NODE[]

Implementation of

DTreeNodeAccessor.toChildren

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:51


toImage

toImage: (item: NODE) => undefined | null | DisplayObject | Texture

Type declaration

▸ (item): undefined | null | DisplayObject | Texture

Parameters
Name Type
item NODE
Returns

undefined | null | DisplayObject | Texture

Implementation of

DTreeNodeAccessor.toImage

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:50


toLabel

toLabel: (item: NODE) => undefined | string

Type declaration

▸ (item): undefined | string

Parameters
Name Type
item NODE
Returns

undefined | string

Implementation of

DTreeNodeAccessor.toLabel

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:48


toTitle

toTitle: (item: NODE) => undefined | string

Type declaration

▸ (item): undefined | string

Parameters
Name Type
item NODE
Returns

undefined | string

Implementation of

DTreeNodeAccessor.toTitle

Defined in

src/main/typescript/wcardinal/ui/d-tree-node-accessor-impl.ts:49