Winter Cardinal UI - v0.442.0 / DTableDataTreeSelectionParent
Name |
---|
NODE |
DTableDataSelectionParent
<NODE
>
↳ DTableDataTreeSelectionParent
• Readonly
accessor: DTableDataTreeItemAccessor
<NODE
>
src/main/typescript/wcardinal/ui/d-table-data-tree-selection.ts:20
• Readonly
filter: DTableDataFilter
<NODE
>
A data filter.
DTableDataSelectionParent.filter
src/main/typescript/wcardinal/ui/d-table-data.ts:108
• Readonly
mapped: DTableDataMapped
<NODE
>
Sorted and filtered data.
DTableDataSelectionParent.mapped
src/main/typescript/wcardinal/ui/d-table-data.ts:118
• Readonly
rows: NODE
[]
A list of rows.
DTableDataSelectionParent.rows
src/main/typescript/wcardinal/ui/d-table-data.ts:121
• Readonly
selection: DTableDataSelection
<NODE
>
A data selection.
DTableDataSelectionParent.selection
src/main/typescript/wcardinal/ui/d-table-data.ts:103
• Readonly
sorter: DTableDataSorter
<NODE
>
A data sorter.
DTableDataSelectionParent.sorter
src/main/typescript/wcardinal/ui/d-table-data.ts:113
▸ addListener(event
, fn
, context?
): this
Alias method for on
Name | Type |
---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
DTableDataSelectionParent.addListener
node_modules/pixi.js/pixi.js.d.ts:25495
▸ bind(parent
): void
Name | Type |
---|---|
parent |
DTableDataParent |
void
DTableDataSelectionParent.bind
src/main/typescript/wcardinal/ui/d-table-data.ts:123
▸ each(iteratee
, ifrom?
, ito?
): void
Calls the specified iteratee on each datum of the specified index range. If called iteratee explicitly returns false, stops an iteration.
Name | Type | Description |
---|---|---|
iteratee |
DTableDataEachIteratee <NODE > |
an function called on each datum |
ifrom? |
number |
an index to start an iteration |
ito? |
number |
an index before which an interation stops |
void
DTableDataSelectionParent.each
src/main/typescript/wcardinal/ui/d-table-data.ts:152
▸ emit(event
, ...args
): boolean
Calls each of the listeners registered for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
...args |
any [] |
Arguments that are passed to registered listeners |
boolean
true
if the event had listeners, else false
.
DTableDataSelectionParent.emit
node_modules/pixi.js/pixi.js.d.ts:25441
▸ eventNames(): (string
| symbol
)[]
Return an array listing the events for which the emitter has registered listeners.
(string
| symbol
)[]
DTableDataSelectionParent.eventNames
node_modules/pixi.js/pixi.js.d.ts:25415
▸ get(index
): null
| NODE
Returns a row data at the specified index. The index is an index on rows filters and sorters are not applied.
Name | Type | Description |
---|---|---|
index |
number |
an index on rows filters and sorters are not applied |
null
| NODE
src/main/typescript/wcardinal/ui/d-table-data.ts:142
▸ listenerCount(event
): number
Return the number of listeners listening to a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
number
DTableDataSelectionParent.listenerCount
node_modules/pixi.js/pixi.js.d.ts:25432
▸ listeners(event
): Function
[]
Return the listeners registered for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
Function
[]
DTableDataSelectionParent.listeners
node_modules/pixi.js/pixi.js.d.ts:25424
▸ lock(): void
void
DTableDataSelectionParent.lock
src/main/typescript/wcardinal/ui/d-table-data.ts:127
▸ off(event
, fn?
, context?
, once?
): this
Alias method for removeListener
Name | Type |
---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
once? |
boolean |
this
node_modules/pixi.js/pixi.js.d.ts:25489
▸ on(event
, fn
, context?
): this
Add a listener for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this
.
node_modules/pixi.js/pixi.js.d.ts:25452
▸ once(event
, fn
, context?
): this
Add a one-time listener for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this
.
DTableDataSelectionParent.once
node_modules/pixi.js/pixi.js.d.ts:25463
▸ removeAllListeners(event?
): this
Remove all listeners, or those of the specified event.
Name | Type | Description |
---|---|---|
event? |
string | symbol |
The event name. |
this
this
.
DTableDataSelectionParent.removeAllListeners
node_modules/pixi.js/pixi.js.d.ts:25483
▸ removeListener(event
, fn?
, context?
, once?
): this
Remove the listeners of a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
fn? |
Function |
Only remove the listeners that match this function. |
context? |
any |
Only remove the listeners that have this context. |
once? |
boolean |
Only remove one-time listeners. |
this
this
.
DTableDataSelectionParent.removeListener
node_modules/pixi.js/pixi.js.d.ts:25475
▸ size(): number
Returns a size of rows.
number
DTableDataSelectionParent.size
src/main/typescript/wcardinal/ui/d-table-data.ts:134
▸ unlock(callIfNeeded
): void
Name | Type |
---|---|
callIfNeeded |
boolean |
void
DTableDataSelectionParent.unlock
src/main/typescript/wcardinal/ui/d-table-data.ts:129
▸ update(): void
void
DTableDataSelectionParent.update
src/main/typescript/wcardinal/ui/d-table-data-selection.ts:107