Winter Cardinal UI - v0.442.0 / DTableColumnImpl
Name | Type |
---|---|
ROW_VALUE |
ROW_VALUE |
CELL_VALUE |
CELL_VALUE |
DIALOG_VALUE |
CELL_VALUE |
DIALOG |
extends DTableColumnSelectingDialog <DIALOG_VALUE > = DTableColumnSelectingDialog <DIALOG_VALUE > |
EventEmitter
↳ DTableColumnImpl
DTableColumn
<ROW_VALUE
, CELL_VALUE
, DIALOG_VALUE
, DIALOG
>• new DTableColumnImpl<ROW_VALUE
, CELL_VALUE
, DIALOG_VALUE
, DIALOG
>(index
, options
): DTableColumnImpl
<ROW_VALUE
, CELL_VALUE
, DIALOG_VALUE
, DIALOG
>
Name | Type |
---|---|
ROW_VALUE |
ROW_VALUE |
CELL_VALUE |
CELL_VALUE |
DIALOG_VALUE |
CELL_VALUE |
DIALOG |
extends DTableColumnSelectingDialog <DIALOG_VALUE > = DTableColumnSelectingDialog <DIALOG_VALUE > |
Name | Type |
---|---|
index |
number |
options |
DTableColumnOptions <ROW_VALUE , CELL_VALUE , any , any > |
DTableColumnImpl
<ROW_VALUE
, CELL_VALUE
, DIALOG_VALUE
, DIALOG
>
utils.EventEmitter.constructor
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:395
• Protected
Optional
_weight: number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:364
• Protected
Optional
_width: number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:366
• Readonly
align: DAlignHorizontal
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:375
• Optional
Readonly
body: DTableBodyCellOptions
<ROW_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:383
• Optional
Readonly
category: string
| string
[]
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:387
• Readonly
editing: DTableColumnEditing
<ROW_VALUE
, CELL_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:379
• Optional
Readonly
formatter: DTableColumnFormatter
<CELL_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:374
• Optional
Readonly
frozen: boolean
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:388
• Readonly
getter: DTableColumnGetter
<ROW_VALUE
, CELL_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:372
• Optional
Readonly
header: DTableHeaderCellOptions
<ROW_VALUE
, DThemeTableHeaderCell
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:382
• Readonly
label: string
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:371
• Optional
Readonly
link: DTableBodyCellLinkLinkOptions
<ROW_VALUE
, CELL_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:391
• Readonly
minWeight: number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:365
• Readonly
minWidth: number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:367
• offset: number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:389
• Readonly
renderable: boolean
| DTableColumnRenderable
<ROW_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:377
• Readonly
resizable: boolean
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:368
• Readonly
selecting: DTableColumnSelecting
<CELL_VALUE
, DIALOG_VALUE
, DIALOG
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:385
• Readonly
setter: DTableColumnSetter
<ROW_VALUE
, CELL_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:373
• Readonly
sorting: DTableColumnSorting
<ROW_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:380
• Readonly
state: DTableColumnState
<ROW_VALUE
>
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:376
• Readonly
type: DTableColumnType
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:370
• Readonly
update: DTableColumnUpdate
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:393
• get
weight(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:444
• set
weight(weight
): void
Name | Type |
---|---|
weight |
number |
void
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:448
• get
width(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:455
• set
width(width
): void
Name | Type |
---|---|
width |
number |
void
src/main/typescript/wcardinal/ui/d-table-column-impl.ts:459
▸ addListener(event
, fn
, context?
): this
Alias method for on
Name | Type |
---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
utils.EventEmitter.addListener
node_modules/pixi.js/pixi.js.d.ts:25495
▸ 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
.
utils.EventEmitter.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
)[]
utils.EventEmitter.eventNames
node_modules/pixi.js/pixi.js.d.ts:25415
▸ listenerCount(event
): number
Return the number of listeners listening to a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
number
utils.EventEmitter.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
[]
utils.EventEmitter.listeners
node_modules/pixi.js/pixi.js.d.ts:25424
▸ off(event
, fn?
, context?
, once?
): this
Alias method for removeListener
Name | Type |
---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
once? |
boolean |
this
utils.EventEmitter.off
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
.
utils.EventEmitter.on
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
.
utils.EventEmitter.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
.
DTableColumn.removeAllListeners
utils.EventEmitter.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
.
utils.EventEmitter.removeListener
node_modules/pixi.js/pixi.js.d.ts:25475