Winter Cardinal UI - v0.442.0 / DTableBodyCellSelectMultiple

Class: DTableBodyCellSelectMultiple<ROW, VALUE, THEME, OPTIONS>

A base class for UI classes. See DBaseEvents for event details.

Type parameters

Name Type
ROW unknown
VALUE unknown
THEME extends DThemeTableBodyCellSelectMultiple<VALUE> = DThemeTableBodyCellSelectMultiple<VALUE>
OPTIONS extends DTableBodyCellSelectMultipleOptions<ROW, VALUE, THEME> = DTableBodyCellSelectMultipleOptions<ROW, VALUE, THEME>

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new DTableBodyCellSelectMultiple<ROW, VALUE, THEME, OPTIONS>(columnIndex, column, onChange, options?): DTableBodyCellSelectMultiple<ROW, VALUE, THEME, OPTIONS>

Type parameters

Name Type
ROW unknown
VALUE unknown
THEME extends DThemeTableBodyCellSelectMultiple<VALUE> = DThemeTableBodyCellSelectMultiple<VALUE>
OPTIONS extends DTableBodyCellSelectMultipleOptions<ROW, VALUE, THEME> = DTableBodyCellSelectMultipleOptions<ROW, VALUE, THEME>

Parameters

Name Type
columnIndex number
column DTableColumn<ROW, VALUE[], VALUE[], DTableColumnSelectingDialog<VALUE[]>>
onChange DTableBodyCellOnChange<ROW, VALUE[]>
options? OPTIONS

Returns

DTableBodyCellSelectMultiple<ROW, VALUE, THEME, OPTIONS>

Overrides

DSelectMultiple.constructor

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:43

Properties

_accessibleActive

_accessibleActive: boolean

Member

Memberof

PIXI.DisplayObject#

Todo

Needs docs.

Implementation of

DTableBodyCell._accessibleActive

Inherited from

DSelectMultiple._accessibleActive

Defined in

node_modules/pixi.js/pixi.js.d.ts:8559


_accessibleDiv

_accessibleDiv: boolean

Member

Memberof

PIXI.DisplayObject#

Todo

Needs docs.

Implementation of

DTableBodyCell._accessibleDiv

Inherited from

DSelectMultiple._accessibleDiv

Defined in

node_modules/pixi.js/pixi.js.d.ts:8565


_auto

Protected _auto: DBaseAutoSet

Implementation of

DTableBodyCell._auto

Inherited from

DSelectMultiple._auto

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:777


_background

Protected _background: DBackgroundStateAware

Implementation of

DTableBodyCell._background

Inherited from

DSelectMultiple._background

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:788


_border

Protected _border: DBorderStateAware

Implementation of

DTableBodyCell._border

Inherited from

DSelectMultiple._border

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:789


_bounds

_bounds: Bounds

The bounds object, this is used to calculate and store the bounds of the displayObject.

Member

PIXI.DisplayObject#_bounds

Implementation of

DTableBodyCell._bounds

Inherited from

DSelectMultiple._bounds

Defined in

node_modules/pixi.js/pixi.js.d.ts:8681


_boundsID

Protected _boundsID: number

Flags the cached bounds as dirty.

Member

PIXI.DisplayObject#_boundsID

Implementation of

DTableBodyCell._boundsID

Inherited from

DSelectMultiple._boundsID

Defined in

node_modules/pixi.js/pixi.js.d.ts:8694


_boundsRect

Protected _boundsRect: Bounds

Cache of this display-object’s bounds-rectangle.

Member

PIXI.DisplayObject#_boundsRect

Implementation of

DTableBodyCell._boundsRect

Inherited from

DSelectMultiple._boundsRect

Defined in

node_modules/pixi.js/pixi.js.d.ts:8701


_clearType

Protected _clearType: number

Implementation of

DTableBodyCell._clearType

Inherited from

DSelectMultiple._clearType

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:791


_column

Protected _column: DTableColumn<ROW, VALUE[], VALUE[], DTableColumnSelectingDialog<VALUE[]>>

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:40


_columnIndex

Protected _columnIndex: number

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:39


_corner

Protected _corner: DCorner

Implementation of

DTableBodyCell._corner

Inherited from

DSelectMultiple._corner

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:775


_cursor

Protected Optional _cursor: DStateAwareOrValueMightBe<string>

Implementation of

DTableBodyCell._cursor

Inherited from

DSelectMultiple._cursor

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:796


_destroyed

Protected _destroyed: boolean

If the object has been destroyed via destroy(). If true, it should not be used.

Member

PIXI.DisplayObject#_destroyed

Implementation of

DTableBodyCell._destroyed

Inherited from

DSelectMultiple._destroyed

Defined in

node_modules/pixi.js/pixi.js.d.ts:8722


_enabledFilters

Protected _enabledFilters: Filter[]

Currently enabled filters

Member

PIXI.DisplayObject#_enabledFilters

Implementation of

DTableBodyCell._enabledFilters

Inherited from

DSelectMultiple._enabledFilters

Defined in

node_modules/pixi.js/pixi.js.d.ts:8675


_image

Protected Optional _image: DImagePieceContainerImpl

Inherited from

DSelectMultiple._image

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:61


_isGrouped

Protected Optional _isGrouped: boolean

Inherited from

DSelectMultiple._isGrouped

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:111


_isToggle

Protected Optional _isToggle: boolean

Inherited from

DSelectMultiple._isToggle

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:110


_lastDownPoint

Protected Optional _lastDownPoint: Point

Implementation of

DTableBodyCell._lastDownPoint

Inherited from

DSelectMultiple._lastDownPoint

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:795


_lastSortedIndex

Protected _lastSortedIndex: number

Which index in the children array the display component was before the previous zIndex sort. Used by containers to help sort objects with the same zIndex, by using previous array index as the decider.

Member

PIXI.DisplayObject#_lastSortedIndex

Implementation of

DTableBodyCell._lastSortedIndex

Inherited from

DSelectMultiple._lastSortedIndex

Defined in

node_modules/pixi.js/pixi.js.d.ts:8644


_localBounds

_localBounds: Bounds

Local bounds object, swapped with _bounds when using getLocalBounds().

Member

PIXI.DisplayObject#_localBounds

Implementation of

DTableBodyCell._localBounds

Inherited from

DSelectMultiple._localBounds

Defined in

node_modules/pixi.js/pixi.js.d.ts:8687


_localBoundsRect

Protected _localBoundsRect: Bounds

Cache of this display-object’s local-bounds rectangle.

Member

PIXI.DisplayObject#_localBoundsRect

Implementation of

DTableBodyCell._localBoundsRect

Inherited from

DSelectMultiple._localBoundsRect

Defined in

node_modules/pixi.js/pixi.js.d.ts:8708


_mask

Protected _mask: null | Container | MaskData

The original, cached mask of the object.

Member

PIXI.DisplayObject#_mask

Implementation of

DTableBodyCell._mask

Inherited from

DSelectMultiple._mask

Defined in

node_modules/pixi.js/pixi.js.d.ts:8715


_menu

Protected Optional _menu: DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Inherited from

DSelectMultiple._menu

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:80


_onChange

Protected _onChange: DTableBodyCellOnChange<ROW, VALUE[]>

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:41


_onMenuCloseBound

Protected Optional _onMenuCloseBound: () => void

Type declaration

▸ (): void

Returns

void

Inherited from

DSelectMultiple._onMenuCloseBound

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:86


_onMenuSelectBound

Protected Optional _onMenuSelectBound: (selected: VALUE, item: DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>, menu: DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>) => void

Type declaration

▸ (selected, item, menu): void

Parameters
Name Type
selected VALUE
item DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>
menu DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>
Returns

void

Inherited from

DSelectMultiple._onMenuSelectBound

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:81


_options

Protected _options: undefined | OPTIONS

Implementation of

DTableBodyCell._options

Inherited from

DSelectMultiple._options

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:771


_outline

Protected _outline: DOutline

Implementation of

DTableBodyCell._outline

Inherited from

DSelectMultiple._outline

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:790


_overflowMask

Protected Optional _overflowMask: null | DBaseOverflowMaskSimple

Inherited from

DSelectMultiple._overflowMask

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:57


_padding

Protected _padding: DPadding

Implementation of

DTableBodyCell._padding

Inherited from

DSelectMultiple._padding

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:774


_reflowable

Protected _reflowable: DBaseReflowableContainer

Implementation of

DTableBodyCell._reflowable

Inherited from

DSelectMultiple._reflowable

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:794


_row

Protected Optional _row: ROW

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:37


_rowIndex

Protected _rowIndex: number

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:38


_shortcuts

Protected Optional _shortcuts: UtilKeyboardEventShortcut[]

Implementation of

DTableBodyCell._shortcuts

Inherited from

DSelectMultiple._shortcuts

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:792


_snippet

Protected _snippet: DBaseSnippetContainer

Implementation of

DTableBodyCell._snippet

Inherited from

DSelectMultiple._snippet

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:793


_tempDisplayObjectParent

Protected _tempDisplayObjectParent: Container

Member

Implementation of

DTableBodyCell._tempDisplayObjectParent

Inherited from

DSelectMultiple._tempDisplayObjectParent

Defined in

node_modules/pixi.js/pixi.js.d.ts:8795


_text

Protected Optional _text: DTextPieceImpl<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Inherited from

DSelectMultiple._text

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:56


_title

Protected _title: string

Implementation of

DTableBodyCell._title

Inherited from

DSelectMultiple._title

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:787


_values

Protected _values: VALUE[]

Inherited from

DSelectMultiple._values

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:76


_when

Protected Optional _when: DButtonBaseWhen

Inherited from

DSelectMultiple._when

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:112


_zIndex

Protected _zIndex: number

The zIndex of the displayObject. A higher value will mean it will be rendered on top of other displayObjects within the same container.

Member

PIXI.DisplayObject#_zIndex

Implementation of

DTableBodyCell._zIndex

Inherited from

DSelectMultiple._zIndex

Defined in

node_modules/pixi.js/pixi.js.d.ts:8652


accessible

accessible: boolean

Flag for if the object is accessible. If true AccessibilityManager will overlay a shadow div with attributes set

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.accessible

Inherited from

DSelectMultiple.accessible

Defined in

node_modules/pixi.js/pixi.js.d.ts:8538


accessibleChildren

accessibleChildren: boolean

Setting to false will prevent any children inside this container to be accessible. Defaults to true.

Member

Memberof

PIXI.DisplayObject#

Default

true

Implementation of

DTableBodyCell.accessibleChildren

Inherited from

DSelectMultiple.accessibleChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8592


accessibleHint

accessibleHint: string

Sets the aria-label attribute of the shadow div

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.accessibleHint

Inherited from

DSelectMultiple.accessibleHint

Defined in

node_modules/pixi.js/pixi.js.d.ts:8553


accessiblePointerEvents

accessiblePointerEvents: string

Specify the pointer-events the accessible div will use Defaults to auto.

Member

Memberof

PIXI.DisplayObject#

Default

'auto'

Implementation of

DTableBodyCell.accessiblePointerEvents

Inherited from

DSelectMultiple.accessiblePointerEvents

Defined in

node_modules/pixi.js/pixi.js.d.ts:8583


accessibleTitle

accessibleTitle: string

Sets the title attribute of the shadow div If accessibleTitle AND accessibleHint has not been this will default to ‘displayObject [tabIndex]’

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.accessibleTitle

Inherited from

DSelectMultiple.accessibleTitle

Defined in

node_modules/pixi.js/pixi.js.d.ts:8546


accessibleType

accessibleType: string

Specify the type of div the accessible layer is. Screen readers treat the element differently depending on this type. Defaults to button.

Member

Memberof

PIXI.DisplayObject#

Default

'button'

Implementation of

DTableBodyCell.accessibleType

Inherited from

DSelectMultiple.accessibleType

Defined in

node_modules/pixi.js/pixi.js.d.ts:8574


alpha

alpha: number

The opacity of the object.

Member

PIXI.DisplayObject#alpha

Implementation of

DTableBodyCell.alpha

Inherited from

DSelectMultiple.alpha

Defined in

node_modules/pixi.js/pixi.js.d.ts:8605


angle

angle: number

The angle of the object in degrees. ‘rotation’ and ‘angle’ have the same effect on a display object; rotation is in radians, angle is in degrees.

Member

Implementation of

DTableBodyCell.angle

Inherited from

DSelectMultiple.angle

Defined in

node_modules/pixi.js/pixi.js.d.ts:8882


buttonMode

buttonMode: boolean

If enabled, the mouse cursor use the pointer behavior when hovered over the displayObject if it is interactive Setting this changes the ‘cursor’ property to 'pointer'.

Example

const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.buttonMode = true;

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.buttonMode

Inherited from

DSelectMultiple.buttonMode

Defined in

node_modules/pixi.js/pixi.js.d.ts:8964


cacheAsBitmap

cacheAsBitmap: boolean

Set this to true if you want this display object to be cached as a bitmap. This basically takes a snap shot of the display object as it is at that moment. It can provide a performance benefit for complex static displayObjects. To remove simply set this property to false

IMPORTANT GOTCHA - Make sure that all your textures are preloaded BEFORE setting this property to true as it will take a snapshot of what is currently there. If the textures have not loaded then they will not appear.

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.cacheAsBitmap

Inherited from

DSelectMultiple.cacheAsBitmap

Defined in

node_modules/pixi.js/pixi.js.d.ts:8991


children

Readonly children: DisplayObject[]

The array of children of this container.

Member

PIXI.Container#children

Implementation of

DTableBodyCell.children

Inherited from

DSelectMultiple.children

Defined in

node_modules/pixi.js/pixi.js.d.ts:8327


cursor

cursor: string

This defines what cursor mode is used when the mouse cursor is hovered over the displayObject.

Example

const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.cursor = 'wait';

See

https://developer.mozilla.org/en/docs/Web/CSS/cursor

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.cursor

Inherited from

DSelectMultiple.cursor

Defined in

node_modules/pixi.js/pixi.js.d.ts:8978


filterArea

filterArea: Rectangle

The area the filter is applied to. This is used as more of an optimization rather than figuring out the dimensions of the displayObject each frame you can set this rectangle.

Also works as an interaction mask.

Member

PIXI.DisplayObject#filterArea

Implementation of

DTableBodyCell.filterArea

Inherited from

DSelectMultiple.filterArea

Defined in

node_modules/pixi.js/pixi.js.d.ts:8661


filters

filters: Filter[]

Sets the filters for the displayObject.

Member

PIXI.DisplayObject#filters

Implementation of

DTableBodyCell.filters

Inherited from

DSelectMultiple.filters

Defined in

node_modules/pixi.js/pixi.js.d.ts:8669


hitArea

hitArea: IHitArea

Interaction shape. Children will be hit first, then this shape will be checked. Setting this will cause this shape to be checked in hit tests rather than the displayObject’s bounds.

Example

const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.hitArea = new PIXI.Rectangle(0, 0, 100, 100);

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.hitArea

Inherited from

DSelectMultiple.hitArea

Defined in

node_modules/pixi.js/pixi.js.d.ts:8952


interactive

interactive: boolean

Enable interaction events for the DisplayObject. Touch, pointer and mouse events will not be emitted unless interactive is set to true.

Example

const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.on('tap', (event) => {
   //handle event
});

Member

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.interactive

Inherited from

DSelectMultiple.interactive

Defined in

node_modules/pixi.js/pixi.js.d.ts:8940


interactiveChildren

interactiveChildren: boolean

Determines if the children to the displayObject can be clicked/touched Setting this to false allows PixiJS to bypass a recursive hitTest function

Member

Memberof

PIXI.Container#

Implementation of

DTableBodyCell.interactiveChildren

Inherited from

DSelectMultiple.interactiveChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8518


isMask

isMask: boolean

Does any other displayObject use this object as a mask?

Member

PIXI.DisplayObject#isMask

Implementation of

DTableBodyCell.isMask

Inherited from

DSelectMultiple.isMask

Defined in

node_modules/pixi.js/pixi.js.d.ts:8732


isSprite

isSprite: boolean

used to fast check if a sprite is.. a sprite!

Member

PIXI.DisplayObject#isSprite

Implementation of

DTableBodyCell.isSprite

Inherited from

DSelectMultiple.isSprite

Defined in

node_modules/pixi.js/pixi.js.d.ts:8727


localTransform

Readonly localTransform: Matrix

Current transform of the object based on local factors: position, scale, other stuff.

Member

Implementation of

DTableBodyCell.localTransform

Inherited from

DSelectMultiple.localTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8840


mask

mask: null | Container | MaskData

Sets a mask for the displayObject. A mask is an object that limits the visibility of an object to the shape of the mask applied to it. In PixiJS a regular mask must be a PIXI.Graphics or a PIXI.Sprite object. This allows for much faster masking in canvas as it utilities shape clipping. To remove a mask, set this property to null.

For sprite mask both alpha and red channel are used. Black mask is the same as transparent mask.

Example

const graphics = new PIXI.Graphics();
graphics.beginFill(0xFF3300);
graphics.drawRect(50, 250, 100, 100);
graphics.endFill();

const sprite = new PIXI.Sprite(texture);
sprite.mask = graphics;

Todo

At the moment, PIXI.CanvasRenderer doesn’t support PIXI.Sprite as mask.

Member

Implementation of

DTableBodyCell.mask

Inherited from

DSelectMultiple.mask

Defined in

node_modules/pixi.js/pixi.js.d.ts:8918


name

name: string

The instance name of the object.

Memberof

PIXI.DisplayObject#

Member

name

Implementation of

DTableBodyCell.name

Inherited from

DSelectMultiple.name

Defined in

node_modules/pixi.js/pixi.js.d.ts:8998


parent

parent: Container

The display object container that contains this display object.

Member

PIXI.DisplayObject#parent

Implementation of

DTableBodyCell.parent

Inherited from

DSelectMultiple.parent

Defined in

node_modules/pixi.js/pixi.js.d.ts:8629


pivot

pivot: ObservablePoint

The pivot point of the displayObject that it rotates around. Assignment by value since pixi-v4.

Member

Implementation of

DTableBodyCell.pivot

Inherited from

DSelectMultiple.pivot

Defined in

node_modules/pixi.js/pixi.js.d.ts:8861


renderable

renderable: boolean

Can this object be rendered, if false the object will not be drawn but the updateTransform methods will still be called.

Only affects recursive calls from parent. You can ask for bounds manually.

Member

PIXI.DisplayObject#renderable

Implementation of

DTableBodyCell.renderable

Inherited from

DSelectMultiple.renderable

Defined in

node_modules/pixi.js/pixi.js.d.ts:8623


rotation

rotation: number

The rotation of the object in radians. ‘rotation’ and ‘angle’ have the same effect on a display object; rotation is in radians, angle is in degrees.

Member

Implementation of

DTableBodyCell.rotation

Inherited from

DSelectMultiple.rotation

Defined in

node_modules/pixi.js/pixi.js.d.ts:8875


sortDirty

sortDirty: boolean

Should children be sorted by zIndex at the next updateTransform call. Will get automatically set to true if a new child is added, or if a child’s zIndex changes.

Member

PIXI.Container#sortDirty

Implementation of

DTableBodyCell.sortDirty

Inherited from

DSelectMultiple.sortDirty

Defined in

node_modules/pixi.js/pixi.js.d.ts:8350


sortableChildren

sortableChildren: boolean

If set to true, the container will sort its children by zIndex value when updateTransform() is called, or manually if sortChildren() is called.

This actually changes the order of elements in the array, so should be treated as a basic solution that is not performant compared to other solutions, such as

Link

https://github.com/pixijs/pixi-display

Also be aware of that this may not work nicely with the addChildAt() function, as the zIndex sorting may cause the child to automatically sorted to another position.

See

PIXI.settings.SORTABLE_CHILDREN

Member

PIXI.Container#sortableChildren

Implementation of

DTableBodyCell.sortableChildren

Inherited from

DSelectMultiple.sortableChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8343


transform

transform: Transform

World transform and local transform of this object. This will become read-only later, please do not assign anything there unless you know what are you doing.

Member

PIXI.DisplayObject#transform

Implementation of

DTableBodyCell.transform

Inherited from

DSelectMultiple.transform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8599


visible

visible: boolean

The visibility of the object. If false the object will not be drawn, and the updateTransform function will not be called.

Only affects recursive calls from parent. You can ask for bounds or call updateTransform manually.

Member

PIXI.DisplayObject#visible

Implementation of

DTableBodyCell.visible

Inherited from

DSelectMultiple.visible

Defined in

node_modules/pixi.js/pixi.js.d.ts:8614


worldAlpha

Readonly worldAlpha: number

The multiplied alpha of the displayObject.

Member

PIXI.DisplayObject#worldAlpha

Implementation of

DTableBodyCell.worldAlpha

Inherited from

DSelectMultiple.worldAlpha

Defined in

node_modules/pixi.js/pixi.js.d.ts:8636


worldTransform

Readonly worldTransform: Matrix

Current transform of the object based on world (parent) factors.

Member

Implementation of

DTableBodyCell.worldTransform

Inherited from

DSelectMultiple.worldTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8833


worldVisible

Readonly worldVisible: boolean

Indicates if the object is globally visible.

Member

Implementation of

DTableBodyCell.worldVisible

Inherited from

DSelectMultiple.worldVisible

Defined in

node_modules/pixi.js/pixi.js.d.ts:8898


zIndex

zIndex: number

The zIndex of the displayObject. If a container has the sortableChildren property set to true, children will be automatically sorted by zIndex value; a higher value will mean it will be moved towards the end of the array, and thus rendered on top of other displayObjects within the same container.

Member

Implementation of

DTableBodyCell.zIndex

Inherited from

DSelectMultiple.zIndex

Defined in

node_modules/pixi.js/pixi.js.d.ts:8891


LAYOUTER

Static Protected Optional LAYOUTER: DImagePieceLayouter

Inherited from

DSelectMultiple.LAYOUTER

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:55


WORK_CONTAINS_POINT

Static Protected WORK_CONTAINS_POINT: Point

Inherited from

DSelectMultiple.WORK_CONTAINS_POINT

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:767

Accessors

background

get background(): DBackgroundStateAware

Returns

DBackgroundStateAware

Implementation of

DTableBodyCell.background

Inherited from

DSelectMultiple.background

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1471


border

get border(): DBorderStateAware

Returns

DBorderStateAware

Implementation of

DTableBodyCell.border

Inherited from

DSelectMultiple.border

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1475


column

get column(): DTableColumn<ROW, VALUE[], VALUE[], DTableColumnSelectingDialog<VALUE[]>>

A column.

Returns

DTableColumn<ROW, VALUE[], VALUE[], DTableColumnSelectingDialog<VALUE[]>>

Implementation of

DTableBodyCell.column

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:89


columnIndex

get columnIndex(): number

A column index.

Returns

number

Implementation of

DTableBodyCell.columnIndex

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:85


corner

get corner(): DCorner

Returns

DCorner

Implementation of

DTableBodyCell.corner

Inherited from

DSelectMultiple.corner

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1467


height

get height(): number

Returns

number

Implementation of

DTableBodyCell.height

Inherited from

DSelectMultiple.height

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1390

set height(height): void

Parameters

Name Type
height DCoordinateSize

Returns

void

Implementation of

DTableBodyCell.height

Inherited from

DSelectMultiple.height

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1394


image

get image(): DImagePieceContainer

Returns

DImagePieceContainer

Inherited from

DSelectMultiple.image

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:68

set image(imageSource): void

Parameters

Name Type
imageSource DStateAwareOrValueMightBe<null | DisplayObject | Texture>

Returns

void

Inherited from

DSelectMultiple.image

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:80


isGrouped

get isGrouped(): boolean

Returns

boolean

Inherited from

DSelectMultiple.isGrouped

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:145

set isGrouped(isGrouped): void

Parameters

Name Type
isGrouped boolean

Returns

void

Inherited from

DSelectMultiple.isGrouped

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:149


isToggle

get isToggle(): boolean

Returns

boolean

Inherited from

DSelectMultiple.isToggle

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:141


get menu(): DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Returns

DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Inherited from

DSelectMultiple.menu

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:128

set menu(newMenu): void

Parameters

Name Type
newMenu DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Returns

void

Inherited from

DSelectMultiple.menu

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:137


options

get options(): undefined | OPTIONS

Returns

undefined | OPTIONS

Implementation of

DTableBodyCell.options

Inherited from

DSelectMultiple.options

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1690


outline

get outline(): DOutline

Returns

DOutline

Implementation of

DTableBodyCell.outline

Inherited from

DSelectMultiple.outline

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1479


padding

get padding(): DPadding

Returns

DPadding

Implementation of

DTableBodyCell.padding

Inherited from

DSelectMultiple.padding

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1463


position

get position(): DBasePoint

Returns

DBasePoint

Implementation of

DTableBodyCell.position

Inherited from

DSelectMultiple.position

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1449


reflowable

get reflowable(): DBaseReflowableContainer

Returns

DBaseReflowableContainer

Implementation of

DTableBodyCell.reflowable

Inherited from

DSelectMultiple.reflowable

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1120


row

get row(): undefined | ROW

A row data if exists. Otherwise, Undefined.

Returns

undefined | ROW

a row data or undefined.

Implementation of

DTableBodyCell.row

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:77


rowIndex

get rowIndex(): number

A row index if a row data exists. Otherise, -1.

Returns

number

a row index or -1.

Implementation of

DTableBodyCell.rowIndex

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:81


scale

get scale(): DBasePoint

Returns

DBasePoint

Implementation of

DTableBodyCell.scale

Inherited from

DSelectMultiple.scale

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1454


shadow

get shadow(): null | DShadow

Returns

null | DShadow

Implementation of

DTableBodyCell.shadow

Inherited from

DSelectMultiple.shadow

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1853

set shadow(shadow): void

Parameters

Name Type
shadow null | DShadow

Returns

void

Implementation of

DTableBodyCell.shadow

Inherited from

DSelectMultiple.shadow

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1857


skew

get skew(): DBasePoint

Returns

DBasePoint

Implementation of

DTableBodyCell.skew

Inherited from

DSelectMultiple.skew

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1459


snippet

get snippet(): DBaseSnippetContainer

Returns

DBaseSnippetContainer

Implementation of

DTableBodyCell.snippet

Inherited from

DSelectMultiple.snippet

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1116


state

get state(): DBaseStateSet

Returns

DBaseStateSet

Implementation of

DTableBodyCell.state

Inherited from

DSelectMultiple.state

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1686


text

get text(): DTextPiece<VALUE>

Returns

DTextPiece<VALUE>

Inherited from

DSelectMultiple.text

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:84

set text(text): void

Parameters

Name Type
text DStateAwareOrValueMightBe<VALUE>

Returns

void

Inherited from

DSelectMultiple.text

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:96


theme

get theme(): THEME

Returns

THEME

Implementation of

DTableBodyCell.theme

Inherited from

DSelectMultiple.theme

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1694

set theme(theme): void

Parameters

Name Type
theme THEME

Returns

void

Implementation of

DTableBodyCell.theme

Inherited from

DSelectMultiple.theme

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1698


title

get title(): string

Returns

string

Implementation of

DTableBodyCell.title

Inherited from

DSelectMultiple.title

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1487

set title(title): void

Parameters

Name Type
title string

Returns

void

Implementation of

DTableBodyCell.title

Inherited from

DSelectMultiple.title

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1491


type

get type(): string

Returns

string

Implementation of

DTableBodyCell.type

Inherited from

DSelectMultiple.type

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1246


unsafe

get unsafe(): Transform

Returns

Transform

Implementation of

DTableBodyCell.unsafe

Inherited from

DSelectMultiple.unsafe

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1483


values

get values(): VALUE[]

Returns a selected value or null.

Returns

VALUE[]

Inherited from

DSelectMultiple.values

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:134

set values(values): void

Sets to the specified value.

Parameters

Name Type
values VALUE[]

Returns

void

Inherited from

DSelectMultiple.values

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:141


weight

get weight(): number

Returns

number

Implementation of

DTableBodyCell.weight

Inherited from

DSelectMultiple.weight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1141

set weight(weight): void

Parameters

Name Type
weight number

Returns

void

Implementation of

DTableBodyCell.weight

Inherited from

DSelectMultiple.weight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1145


width

get width(): number

Returns

number

Implementation of

DTableBodyCell.width

Inherited from

DSelectMultiple.width

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1331

set width(width): void

Parameters

Name Type
width DCoordinateSize

Returns

void

Implementation of

DTableBodyCell.width

Inherited from

DSelectMultiple.width

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1335


x

get x(): number

Returns

number

Implementation of

DTableBodyCell.x

Inherited from

DSelectMultiple.x

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1251

set x(x): void

Parameters

Name Type
x DCoordinatePosition

Returns

void

Implementation of

DTableBodyCell.x

Inherited from

DSelectMultiple.x

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1255


y

get y(): number

Returns

number

Implementation of

DTableBodyCell.y

Inherited from

DSelectMultiple.y

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1291

set y(y): void

Parameters

Name Type
y DCoordinatePosition

Returns

void

Implementation of

DTableBodyCell.y

Inherited from

DSelectMultiple.y

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1295

Methods

_calculateBounds

_calculateBounds(): void

Returns

void

Implementation of

DTableBodyCell._calculateBounds

Inherited from

DSelectMultiple._calculateBounds

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2084


_recursivePostUpdateTransform

_recursivePostUpdateTransform(): void

Recursively updates transform of all objects from the root to this one internal function for toLocal()

Returns

void

Implementation of

DTableBodyCell._recursivePostUpdateTransform

Inherited from

DSelectMultiple._recursivePostUpdateTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8737


_render

_render(renderer): void

To be overridden by the subclasses.

Parameters

Name Type Description
renderer Renderer The renderer

Returns

void

Implementation of

DTableBodyCell._render

Inherited from

DSelectMultiple._render

Defined in

node_modules/pixi.js/pixi.js.d.ts:8472


activate

activate(e?): void

Parameters

Name Type
e? MouseEvent | KeyboardEvent | TouchEvent | InteractionEvent

Returns

void

Inherited from

DSelectMultiple.activate

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:202


addChild

addChild<TChildren>(...children): TChildren[0]

Adds one or more children to the container.

Multiple items can be added like so: myContainer.addChild(thingOne, thingTwo, thingThree)

Type parameters

Name Type
TChildren extends DisplayObject[]

Parameters

Name Type Description
...children TChildren The DisplayObject(s) to add to the container

Returns

TChildren[0]

The first child that was added.

Implementation of

DTableBodyCell.addChild

Inherited from

DSelectMultiple.addChild

Defined in

node_modules/pixi.js/pixi.js.d.ts:8365


addChildAt

addChildAt<T>(child, index): T

Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown

Type parameters

Name Type
T extends DisplayObject

Parameters

Name Type Description
child T The child to add
index number The index to place the child in

Returns

T

The child that was added.

Implementation of

DTableBodyCell.addChildAt

Inherited from

DSelectMultiple.addChildAt

Defined in

node_modules/pixi.js/pixi.js.d.ts:8373


addListener

addListener(event, fn, context?): this

Parameters

Name Type
event InteractionEventTypes
fn (event: InteractionEvent) => void
context? any

Returns

this

Implementation of

DTableBodyCell.addListener

Inherited from

DSelectMultiple.addListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25521

addListener(event, fn, context?): this

Parameters

Name Type
event string | symbol
fn Function
context? any

Returns

this

Implementation of

DTableBodyCell.addListener

Inherited from

DSelectMultiple.addListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25523


applyTitle

applyTitle(): void

Returns

void

Implementation of

DTableBodyCell.applyTitle

Inherited from

DSelectMultiple.applyTitle

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:136


blur

blur(recursively?): this

Parameters

Name Type
recursively? boolean

Returns

this

Implementation of

DTableBodyCell.blur

Inherited from

DSelectMultiple.blur

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1606


calculateBounds

calculateBounds(): void

Recalculates the bounds of the container.

Returns

void

Implementation of

DTableBodyCell.calculateBounds

Inherited from

DSelectMultiple.calculateBounds

Defined in

node_modules/pixi.js/pixi.js.d.ts:8436


close

close(): void

Returns

void

Inherited from

DSelectMultiple.close

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:209


containerUpdateTransform

containerUpdateTransform(): void

Container default updateTransform, does update children of container. Will crash if there’s no parent element.

Returns

void

Memberof

PIXI.Container#

Function

containerUpdateTransform

Implementation of

DTableBodyCell.containerUpdateTransform

Inherited from

DSelectMultiple.containerUpdateTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8510


containsGlobalPoint

containsGlobalPoint(point): boolean

Parameters

Name Type
point Point

Returns

boolean

Implementation of

DTableBodyCell.containsGlobalPoint

Inherited from

DSelectMultiple.containsGlobalPoint

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2098


containsLocalPoint

containsLocalPoint(point): boolean

Parameters

Name Type
point Point

Returns

boolean

Implementation of

DTableBodyCell.containsLocalPoint

Inherited from

DSelectMultiple.containsLocalPoint

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2102


containsPoint

containsPoint(point): boolean

Parameters

Name Type
point Point

Returns

boolean

Implementation of

DTableBodyCell.containsPoint

Inherited from

DSelectMultiple.containsPoint

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2089


destroy

destroy(): void

Returns

void

Implementation of

DTableBodyCell.destroy

Inherited from

DSelectMultiple.destroy

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:306


disableTempParent

disableTempParent(cacheParent): void

Pair method for enableTempParent

Parameters

Name Type Description
cacheParent DisplayObject actual parent of element

Returns

void

Implementation of

DTableBodyCell.disableTempParent

Inherited from

DSelectMultiple.disableTempParent

Defined in

node_modules/pixi.js/pixi.js.d.ts:8812


displayObjectUpdateTransform

displayObjectUpdateTransform(): void

DisplayObject default updateTransform, does not update children of container. Will crash if there’s no parent element.

Returns

void

Memberof

PIXI.DisplayObject#

Function

displayObjectUpdateTransform

Implementation of

DTableBodyCell.displayObjectUpdateTransform

Inherited from

DSelectMultiple.displayObjectUpdateTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8926


emit

emit(event, ...args): boolean

Calls each of the listeners registered for a given event.

Parameters

Name Type Description
event string | symbol The event name.
...args any[] Arguments that are passed to registered listeners

Returns

boolean

true if the event had listeners, else false.

Implementation of

DTableBodyCell.emit

Inherited from

DSelectMultiple.emit

Defined in

node_modules/pixi.js/pixi.js.d.ts:25441


enableTempParent

enableTempParent(): DisplayObject

Used in Renderer, cacheAsBitmap and other places where you call an updateTransform on root

const cacheParent = elem.enableTempParent();
elem.updateTransform();
elem.disableTempParent(cacheParent);

Returns

DisplayObject

current parent

Implementation of

DTableBodyCell.enableTempParent

Inherited from

DSelectMultiple.enableTempParent

Defined in

node_modules/pixi.js/pixi.js.d.ts:8807


eventNames

eventNames(): (string | symbol)[]

Return an array listing the events for which the emitter has registered listeners.

Returns

(string | symbol)[]

Implementation of

DTableBodyCell.eventNames

Inherited from

DSelectMultiple.eventNames

Defined in

node_modules/pixi.js/pixi.js.d.ts:25415


focus

focus(): this

Returns

this

Implementation of

DTableBodyCell.focus

Inherited from

DSelectMultiple.focus

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1602


focusOnClosest

focusOnClosest(): void

Returns

void

Implementation of

DTableBodyCell.focusOnClosest

Inherited from

DSelectMultiple.focusOnClosest

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2019


getBounds

getBounds(skipUpdate?, rect?): Rectangle

Retrieves the bounds of the displayObject as a rectangle object.

Parameters

Name Type Description
skipUpdate? boolean Setting to true will stop the transforms of the scene graph from being updated. This means the calculation returned MAY be out of date BUT will give you a nice performance boost.
rect? Rectangle Optional rectangle to store the result of the bounds calculation.

Returns

Rectangle

The rectangular bounding area.

Implementation of

DTableBodyCell.getBounds

Inherited from

DSelectMultiple.getBounds

Defined in

node_modules/pixi.js/pixi.js.d.ts:8747


getChildAt

getChildAt(index): DisplayObject

Returns the child at the specified index

Parameters

Name Type Description
index number The index to get the child at

Returns

DisplayObject

The child at the given index, if any.

Implementation of

DTableBodyCell.getChildAt

Inherited from

DSelectMultiple.getChildAt

Defined in

node_modules/pixi.js/pixi.js.d.ts:8401


getChildByName

getChildByName(name, deep?): DisplayObject

Returns the display object in the container.

Recursive searches are done in a preorder traversal.

Parameters

Name Type Description
name string Instance name.
deep? boolean Whether to search recursively

Returns

DisplayObject

The child with the specified name.

Method

getChildByName

Memberof

PIXI.Container#

Implementation of

DTableBodyCell.getChildByName

Inherited from

DSelectMultiple.getChildByName

Defined in

node_modules/pixi.js/pixi.js.d.ts:8530


getChildIndex

getChildIndex(child): number

Returns the index position of a child DisplayObject instance

Parameters

Name Type Description
child DisplayObject The DisplayObject instance to identify

Returns

number

The index position of the child display object to identify

Implementation of

DTableBodyCell.getChildIndex

Inherited from

DSelectMultiple.getChildIndex

Defined in

node_modules/pixi.js/pixi.js.d.ts:8387


getClearType

getClearType(): number

Returns

number

Implementation of

DTableBodyCell.getClearType

Inherited from

DSelectMultiple.getClearType

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1215


getClippingRect

getClippingRect(target, result): void

Returns a clipping rect.

Parameters

Name Type Description
target unknown -
result Rectangle a clipping rect

Returns

void

Implementation of

DTableBodyCell.getClippingRect

Inherited from

DSelectMultiple.getClippingRect

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2115


getGlobalPosition

getGlobalPosition(point?, skipUpdate?): Point

Returns the global position of the displayObject. Does not depend on object scale, rotation and pivot.

Parameters

Name Type Description
point? Point The point to write the global value to.
skipUpdate? boolean Setting to true will stop the transforms of the scene graph from being updated. This means the calculation returned MAY be out of date BUT will give you a nice performance boost.

Returns

Point

The updated point.

Method

getGlobalPosition

Memberof

PIXI.DisplayObject#

Implementation of

DTableBodyCell.getGlobalPosition

Inherited from

DSelectMultiple.getGlobalPosition

Defined in

node_modules/pixi.js/pixi.js.d.ts:9010


getHeight

getHeight(): DCoordinateSize

Returns

DCoordinateSize

Implementation of

DTableBodyCell.getHeight

Inherited from

DSelectMultiple.getHeight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1398


getImage

getImage(): DImagePieceContainerImpl

Returns

DImagePieceContainerImpl

Inherited from

DSelectMultiple.getImage

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:72


getLayouter

getLayouter(): DImagePieceLayouter

Returns

DImagePieceLayouter

Inherited from

DSelectMultiple.getLayouter

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:105


getLocalBounds

getLocalBounds(rect?, skipChildrenUpdate?): Rectangle

Retrieves the local bounds of the displayObject as a rectangle object.

Parameters

Name Type Description
rect? Rectangle Optional rectangle to store the result of the bounds calculation.
skipChildrenUpdate? boolean Setting to true will stop re-calculation of children transforms, it was default behaviour of pixi 4.0-5.2 and caused many problems to users.

Returns

Rectangle

The rectangular bounding area.

Implementation of

DTableBodyCell.getLocalBounds

Inherited from

DSelectMultiple.getLocalBounds

Defined in

node_modules/pixi.js/pixi.js.d.ts:8445


getOverflowMask

getOverflowMask(): null | Graphics

Returns

null | Graphics

Inherited from

DSelectMultiple.getOverflowMask

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:64


getParentOfSize

getParentOfSize(): null | { height: number ; padding: DPadding ; width: number }

Returns

null | { height: number ; padding: DPadding ; width: number }

Implementation of

DTableBodyCell.getParentOfSize

Inherited from

DSelectMultiple.getParentOfSize

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1887


getText

getText(): DTextPieceImpl<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Returns

DTextPieceImpl<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Inherited from

DSelectMultiple.getText

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:88


getThemeDefault

getThemeDefault(): THEME

Returns

THEME

Implementation of

DTableBodyCell.getThemeDefault

Inherited from

DSelectMultiple.getThemeDefault

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2075


getType

getType(): string

Returns

string

Implementation of

DTableBodyCell.getType

Overrides

DSelectMultiple.getType

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:113


getWidth

getWidth(): DCoordinateSize

Returns

DCoordinateSize

Implementation of

DTableBodyCell.getWidth

Inherited from

DSelectMultiple.getWidth

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1339


getX

getX(): DCoordinatePosition

Returns

DCoordinatePosition

Implementation of

DTableBodyCell.getX

Inherited from

DSelectMultiple.getX

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1259


getY

getY(): DCoordinatePosition

Returns

DCoordinatePosition

Implementation of

DTableBodyCell.getY

Inherited from

DSelectMultiple.getY

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1299


hasDirty

hasDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.hasDirty

Inherited from

DSelectMultiple.hasDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1588


hasRefitableHeight

hasRefitableHeight(target): target is DRefitable

Returns true if the given target has a height that doesn’t depend on its parent height.

Parameters

Name Type Description
target any a target

Returns

target is DRefitable

true if the given target has a height that doesn’t depend on its parent height.

Implementation of

DTableBodyCell.hasRefitableHeight

Inherited from

DSelectMultiple.hasRefitableHeight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1831


hasRefitableWidth

hasRefitableWidth(target): target is DRefitable

Returns true if the given target has a width that doesn’t depend on its parent width.

Parameters

Name Type Description
target any a target

Returns

target is DRefitable

true if the given target has a width that doesn’t depend on its parent width.

Implementation of

DTableBodyCell.hasRefitableWidth

Inherited from

DSelectMultiple.hasRefitableWidth

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1843


hide

hide(): this

Returns

this

Implementation of

DTableBodyCell.hide

Inherited from

DSelectMultiple.hide

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1520


init

init(options?): void

Parameters

Name Type
options? OPTIONS

Returns

void

Implementation of

DTableBodyCell.init

Inherited from

DSelectMultiple.init

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:114


initOnPress

initOnPress(): void

Returns

void

Inherited from

DSelectMultiple.initOnPress

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:153


initReflowable

initReflowable(): void

Returns

void

Implementation of

DTableBodyCell.initReflowable

Inherited from

DSelectMultiple.initReflowable

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1124


isDirty

isDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.isDirty

Inherited from

DSelectMultiple.isDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1584


isEventTarget

isEventTarget(e): boolean

Parameters

Name Type
e InteractionEvent

Returns

boolean

Implementation of

DTableBodyCell.isEventTarget

Inherited from

DSelectMultiple.isEventTarget

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1965


isHidden

isHidden(): boolean

Returns

boolean

Implementation of

DTableBodyCell.isHidden

Inherited from

DSelectMultiple.isHidden

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1530


isHierarchyDirty

isHierarchyDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.isHierarchyDirty

Inherited from

DSelectMultiple.isHierarchyDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1576


isRefitable

isRefitable(target): target is DRefitable

Parameters

Name Type
target any

Returns

target is DRefitable

Implementation of

DTableBodyCell.isRefitable

Inherited from

DSelectMultiple.isRefitable

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:107


isSameValues

isSameValues(a, b): boolean

Parameters

Name Type
a VALUE[]
b VALUE[]

Returns

boolean

Inherited from

DSelectMultiple.isSameValues

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:152


isShown

isShown(): boolean

Returns

boolean

Implementation of

DTableBodyCell.isShown

Inherited from

DSelectMultiple.isShown

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1516


listenerCount

listenerCount(event): number

Return the number of listeners listening to a given event.

Parameters

Name Type Description
event string | symbol The event name.

Returns

number

Implementation of

DTableBodyCell.listenerCount

Inherited from

DSelectMultiple.listenerCount

Defined in

node_modules/pixi.js/pixi.js.d.ts:25432


listeners

listeners(event): Function[]

Return the listeners registered for a given event.

Parameters

Name Type Description
event string | symbol The event name.

Returns

Function[]

Implementation of

DTableBodyCell.listeners

Inherited from

DSelectMultiple.listeners

Defined in

node_modules/pixi.js/pixi.js.d.ts:25424


newImage

newImage(): DImagePieceContainerImpl

Returns

DImagePieceContainerImpl

Inherited from

DSelectMultiple.newImage

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:76


newOverflowMask

newOverflowMask(): null | DBaseOverflowMaskSimple

Returns

null | DBaseOverflowMaskSimple

Inherited from

DSelectMultiple.newOverflowMask

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:73


newPadding

newPadding(theme, options?, callback?): DBasePadding

Parameters

Name Type
theme THEME
options? OPTIONS
callback? () => void

Returns

DBasePadding

Implementation of

DTableBodyCell.newPadding

Inherited from

DSelectMultiple.newPadding

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1095


newText

newText(): DTextPieceImpl<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Returns

DTextPieceImpl<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Inherited from

DSelectMultiple.newText

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:92


off

off(event, fn?, context?): this

Parameters

Name Type
event string
fn? Function
context? any

Returns

this

Implementation of

DTableBodyCell.off

Inherited from

DSelectMultiple.off

Defined in

node_modules/pixi.js/pixi.js.d.ts:25534


on

on(event, fn, context?): this

Parameters

Name Type
event "removed" | "added"
fn (displayObject: DisplayObject) => void
context? any

Returns

this

Implementation of

DTableBodyCell.on

Inherited from

DSelectMultiple.on

Defined in

node_modules/pixi.js/pixi.js.d.ts:25530

on(event, fn, context?): this

Parameters

Name Type
event string
fn Function
context? any

Returns

this

Implementation of

DTableBodyCell.on

Inherited from

DSelectMultiple.on

Defined in

node_modules/pixi.js/pixi.js.d.ts:25532


onActivate

onActivate(e?): void

Parameters

Name Type
e? MouseEvent | KeyboardEvent | TouchEvent | InteractionEvent

Returns

void

Inherited from

DSelectMultiple.onActivate

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:170


onActivateKeyDown

onActivateKeyDown(e): void

Parameters

Name Type
e KeyboardEvent

Returns

void

Inherited from

DSelectMultiple.onActivateKeyDown

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:247


onActivateKeyUp

onActivateKeyUp(e): void

Parameters

Name Type
e KeyboardEvent

Returns

void

Inherited from

DSelectMultiple.onActivateKeyUp

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:257


onBlur

onBlur(): void

Returns

void

Implementation of

DTableBodyCell.onBlur

Inherited from

DSelectMultiple.onBlur

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1679


onChildBlur

onChildBlur(blured): void

Parameters

Name Type
blured DBase<DThemeBase, DBaseOptions<DThemeBase, any>>

Returns

void

Implementation of

DTableBodyCell.onChildBlur

Inherited from

DSelectMultiple.onChildBlur

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1672


onChildFocus

onChildFocus(focused): void

Parameters

Name Type
focused DBase<DThemeBase, DBaseOptions<DThemeBase, any>>

Returns

void

Implementation of

DTableBodyCell.onChildFocus

Inherited from

DSelectMultiple.onChildFocus

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1658


onChildrenChange

onChildrenChange(): void

Returns

void

Implementation of

DTableBodyCell.onChildrenChange

Inherited from

DSelectMultiple.onChildrenChange

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1128


onClick

onClick(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Inherited from

DSelectMultiple.onClick

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:186


onDblClick

onDblClick(e, interactionManager): boolean

Parameters

Name Type
e MouseEvent | TouchEvent
interactionManager InteractionManager

Returns

boolean

Implementation of

DTableBodyCell.onDblClick

Inherited from

DSelectMultiple.onDblClick

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:192


onDown

onDown(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onDown

Inherited from

DSelectMultiple.onDown

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1979


onDownThis

onDownThis(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onDownThis

Inherited from

DSelectMultiple.onDownThis

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1986


onFocus

onFocus(): void

Returns

void

Implementation of

DTableBodyCell.onFocus

Inherited from

DSelectMultiple.onFocus

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1665


onHierarchyDirty

onHierarchyDirty(): void

Returns

void

Implementation of

DTableBodyCell.onHierarchyDirty

Inherited from

DSelectMultiple.onHierarchyDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1580


onInactivate

onInactivate(e?): void

Parameters

Name Type
e? MouseEvent | KeyboardEvent | TouchEvent | InteractionEvent

Returns

void

Inherited from

DSelectMultiple.onInactivate

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:222


onKeyDown

onKeyDown(e): boolean

Parameters

Name Type
e KeyboardEvent

Returns

boolean

Implementation of

DTableBodyCell.onKeyDown

Inherited from

DSelectMultiple.onKeyDown

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:155


onKeyDownArrowDown

onKeyDownArrowDown(e): boolean

Parameters

Name Type
e KeyboardEvent

Returns

boolean

Overrides

DSelectMultiple.onKeyDownArrowDown

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:73


onKeyUp

onKeyUp(e): boolean

Parameters

Name Type
e KeyboardEvent

Returns

boolean

Implementation of

DTableBodyCell.onKeyUp

Inherited from

DSelectMultiple.onKeyUp

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:278


onMenuClose

onMenuClose(menu?): void

Parameters

Name Type
menu? DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Returns

void

Inherited from

DSelectMultiple.onMenuClose

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:92


onMenuReplaced

onMenuReplaced(newMenu, oldMenu?): void

Parameters

Name Type
newMenu DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>
oldMenu? DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Returns

void

Inherited from

DSelectMultiple.onMenuReplaced

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:106


onMenuSelect

onMenuSelect(value, item, menu): void

Parameters

Name Type
value VALUE
item DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>
menu DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Returns

void

Inherited from

DSelectMultiple.onMenuSelect

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:89


onMove

onMove(newX, newY, oldX, oldY): void

Parameters

Name Type
newX number
newY number
oldX number
oldY number

Returns

void

Implementation of

DTableBodyCell.onMove

Inherited from

DSelectMultiple.onMove

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1153


onOut

onOut(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onOut

Inherited from

DSelectMultiple.onOut

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2042


onOver

onOver(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onOver

Inherited from

DSelectMultiple.onOver

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2028


onParentMove

onParentMove(newX, newY, oldX, oldY): void

Called when a parent moved.

Parameters

Name Type Description
newX number a new parent’s local x position
newY number a new parent’s local y position
oldX number an old parent’s local x position
oldY number an old parent’s local y position

Returns

void

Implementation of

DTableBodyCell.onParentMove

Inherited from

DSelectMultiple.onParentMove

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1943


onParentResize

onParentResize(parentWidth, parentHeight, parentPadding): void

Called when a parent resized.

Parameters

Name Type Description
parentWidth number a parent’s local width
parentHeight number a parent’s local height
parentPadding DPadding -

Returns

void

Implementation of

DTableBodyCell.onParentResize

Inherited from

DSelectMultiple.onParentResize

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1902


onPress

onPress(): void

Returns

void

Inherited from

DSelectMultiple.onPress

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:298


onRefit

onRefit(): void

Returns

void

Implementation of

DTableBodyCell.onRefit

Inherited from

DSelectMultiple.onRefit

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1739


onReflow

onReflow(): void

Returns

void

Implementation of

DTableBodyCell.onReflow

Inherited from

DSelectMultiple.onReflow

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:100


onReflowTextAndImage

onReflowTextAndImage(): void

Returns

void

Inherited from

DSelectMultiple.onReflowTextAndImage

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:92


onResize

onResize(newWidth, newHeight, oldWidth, oldHeight): void

Parameters

Name Type
newWidth number
newHeight number
oldWidth number
oldHeight number

Returns

void

Implementation of

DTableBodyCell.onResize

Inherited from

DSelectMultiple.onResize

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1219


onScale

onScale(newX, newY, oldX, oldY): void

Parameters

Name Type
newX number
newY number
oldX number
oldY number

Returns

void

Implementation of

DTableBodyCell.onScale

Inherited from

DSelectMultiple.onScale

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1236


onShortcut

onShortcut(e): void

Parameters

Name Type
e KeyboardEvent

Returns

void

Implementation of

DTableBodyCell.onShortcut

Inherited from

DSelectMultiple.onShortcut

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:134


onSkew

onSkew(newX, newY, oldX, oldY): void

Parameters

Name Type
newX number
newY number
oldX number
oldY number

Returns

void

Implementation of

DTableBodyCell.onSkew

Inherited from

DSelectMultiple.onSkew

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1241


onStateChange

onStateChange(newState, oldState): void

Parameters

Name Type
newState DBaseStateSet
oldState DBaseStateSet

Returns

void

Implementation of

DTableBodyCell.onStateChange

Inherited from

DSelectMultiple.onStateChange

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:286


onToggleEnd

onToggleEnd(e?): void

Parameters

Name Type
e? MouseEvent | KeyboardEvent | TouchEvent | InteractionEvent

Returns

void

Inherited from

DSelectMultiple.onToggleEnd

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:239


onToggleStart

onToggleStart(e?): void

Parameters

Name Type
e? MouseEvent | KeyboardEvent | TouchEvent | InteractionEvent

Returns

void

Inherited from

DSelectMultiple.onToggleStart

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:235


onUnpress

onUnpress(): void

Returns

void

Inherited from

DSelectMultiple.onUnpress

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:302


onUp

onUp(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onUp

Inherited from

DSelectMultiple.onUp

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1996


onUpThis

onUpThis(e): void

Parameters

Name Type
e InteractionEvent

Returns

void

Implementation of

DTableBodyCell.onUpThis

Inherited from

DSelectMultiple.onUpThis

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2003


onValueChange

onValueChange(newValues, oldValues, items): void

Parameters

Name Type
newValues VALUE[]
oldValues VALUE[]
items DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]

Returns

void

Overrides

DSelectMultiple.onValueChange

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:57


onWheel

onWheel(e, deltas, global): boolean

Parameters

Name Type
e WheelEvent
deltas UtilWheelEventDeltas
global Point

Returns

boolean

Implementation of

DTableBodyCell.onWheel

Inherited from

DSelectMultiple.onWheel

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1948


once

once(event, fn, context?): this

Parameters

Name Type
event "removed" | "added"
fn (displayObject: DisplayObject) => void
context? any

Returns

this

Implementation of

DTableBodyCell.once

Inherited from

DSelectMultiple.once

Defined in

node_modules/pixi.js/pixi.js.d.ts:25527

once(event, fn, context?): this

Parameters

Name Type
event string
fn Function
context? any

Returns

this

Implementation of

DTableBodyCell.once

Inherited from

DSelectMultiple.once

Defined in

node_modules/pixi.js/pixi.js.d.ts:25529


open

open(): void

Returns

void

Inherited from

DSelectMultiple.open

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:126


reflow

reflow(): void

Returns

void

Implementation of

DTableBodyCell.reflow

Inherited from

DSelectMultiple.reflow

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1712


removeAllListeners

removeAllListeners(event?): this

Parameters

Name Type
event? InteractionEventTypes

Returns

this

Implementation of

DTableBodyCell.removeAllListeners

Inherited from

DSelectMultiple.removeAllListeners

Defined in

node_modules/pixi.js/pixi.js.d.ts:25516

removeAllListeners(event?): this

Parameters

Name Type
event? string | symbol

Returns

this

Implementation of

DTableBodyCell.removeAllListeners

Inherited from

DSelectMultiple.removeAllListeners

Defined in

node_modules/pixi.js/pixi.js.d.ts:25517


removeChild

removeChild<TChildren>(...children): TChildren[0]

Removes one or more children from the container.

Type parameters

Name Type
TChildren extends DisplayObject[]

Parameters

Name Type Description
...children TChildren The DisplayObject(s) to remove

Returns

TChildren[0]

The first child that was removed.

Implementation of

DTableBodyCell.removeChild

Inherited from

DSelectMultiple.removeChild

Defined in

node_modules/pixi.js/pixi.js.d.ts:8408


removeChildAt

removeChildAt(index): DisplayObject

Removes a child from the specified index position.

Parameters

Name Type Description
index number The index to get the child from

Returns

DisplayObject

The child that was removed.

Implementation of

DTableBodyCell.removeChildAt

Inherited from

DSelectMultiple.removeChildAt

Defined in

node_modules/pixi.js/pixi.js.d.ts:8415


removeChildren

removeChildren(beginIndex?, endIndex?): DisplayObject[]

Removes all children from this container that are within the begin and end indexes.

Parameters

Name Type Description
beginIndex? number The beginning position.
endIndex? number The ending position. Default value is size of the container.

Returns

DisplayObject[]

List of removed children

Implementation of

DTableBodyCell.removeChildren

Inherited from

DSelectMultiple.removeChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8423


removeListener

removeListener(event, fn?, context?): this

Parameters

Name Type
event InteractionEventTypes
fn? (event: InteractionEvent) => void
context? any

Returns

this

Implementation of

DTableBodyCell.removeListener

Inherited from

DSelectMultiple.removeListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25513

removeListener(event, fn?, context?): this

Parameters

Name Type
event string | symbol
fn? Function
context? any

Returns

this

Implementation of

DTableBodyCell.removeListener

Inherited from

DSelectMultiple.removeListener

Defined in

node_modules/pixi.js/pixi.js.d.ts:25515


render

render(renderer): void

Parameters

Name Type
renderer Renderer

Returns

void

Implementation of

DTableBodyCell.render

Inherited from

DSelectMultiple.render

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2060


renderAdvanced

renderAdvanced(renderer): void

Render the object using the WebGL renderer and advanced features.

Parameters

Name Type Description
renderer Renderer The renderer

Returns

void

Implementation of

DTableBodyCell.renderAdvanced

Inherited from

DSelectMultiple.renderAdvanced

Defined in

node_modules/pixi.js/pixi.js.d.ts:8465


resize

resize(width?, height?): boolean

Parameters

Name Type
width? number
height? number

Returns

boolean

Implementation of

DTableBodyCell.resize

Inherited from

DSelectMultiple.resize

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1165


set

set(value, row, supplimental, rowIndex, columnIndex, forcibly?): void

Parameters

Name Type
value unknown
row ROW
supplimental null | number
rowIndex number
columnIndex number
forcibly? boolean

Returns

void

Implementation of

DTableBodyCell.set

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:93


setChildIndex

setChildIndex(child, index): void

Changes the position of an existing child in the display object container

Parameters

Name Type Description
child DisplayObject The child DisplayObject instance for which you want to change the index number
index number The resulting index number for the child display object

Returns

void

Implementation of

DTableBodyCell.setChildIndex

Inherited from

DSelectMultiple.setChildIndex

Defined in

node_modules/pixi.js/pixi.js.d.ts:8394


setFocused

setFocused(isFocused): this

Parameters

Name Type
isFocused boolean

Returns

this

Implementation of

DTableBodyCell.setFocused

Inherited from

DSelectMultiple.setFocused

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1592


setHeight

setHeight(height): void

Parameters

Name Type
height DCoordinateSize

Returns

void

Implementation of

DTableBodyCell.setHeight

Inherited from

DSelectMultiple.setHeight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1402


setParent

setParent(container): Container

Set the parent Container of this DisplayObject.

Parameters

Name Type Description
container Container The Container to add this DisplayObject to.

Returns

Container

The Container that this DisplayObject was added to.

Implementation of

DTableBodyCell.setParent

Inherited from

DSelectMultiple.setParent

Defined in

node_modules/pixi.js/pixi.js.d.ts:8775


setTransform

setTransform(x?, y?, scaleX?, scaleY?, rotation?, skewX?, skewY?, pivotX?, pivotY?): DisplayObject

Convenience function to set the position, scale, skew and pivot at once.

Parameters

Name Type Description
x? number The X position
y? number The Y position
scaleX? number The X scale value
scaleY? number The Y scale value
rotation? number The rotation
skewX? number The X skew value
skewY? number The Y skew value
pivotX? number The X pivot value
pivotY? number The Y pivot value

Returns

DisplayObject

The DisplayObject instance

Implementation of

DTableBodyCell.setTransform

Inherited from

DSelectMultiple.setTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:8790


setWidth

setWidth(width): void

Parameters

Name Type
width DCoordinateSize

Returns

void

Implementation of

DTableBodyCell.setWidth

Inherited from

DSelectMultiple.setWidth

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1343


setX

setX(x): void

Parameters

Name Type
x DCoordinatePosition

Returns

void

Implementation of

DTableBodyCell.setX

Inherited from

DSelectMultiple.setX

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1268


setY

setY(y): void

Parameters

Name Type
y DCoordinatePosition

Returns

void

Implementation of

DTableBodyCell.setY

Inherited from

DSelectMultiple.setY

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1308


show

show(): this

Returns

this

Implementation of

DTableBodyCell.show

Inherited from

DSelectMultiple.show

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1507


sortChildren

sortChildren(): void

Sorts children by zIndex. Previous order is mantained for 2 children with the same zIndex.

Returns

void

Implementation of

DTableBodyCell.sortChildren

Inherited from

DSelectMultiple.sortChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8427


swapChildren

swapChildren(child, child2): void

Swaps the position of 2 Display Objects within this container.

Parameters

Name Type Description
child DisplayObject First display object to swap
child2 DisplayObject Second display object to swap

Returns

void

Implementation of

DTableBodyCell.swapChildren

Inherited from

DSelectMultiple.swapChildren

Defined in

node_modules/pixi.js/pixi.js.d.ts:8380


toCursor

toCursor(cursor, state): string

Parameters

Name Type
cursor DStateAwareOrValueMightBe<string>
state DBaseStateSet

Returns

string

Implementation of

DTableBodyCell.toCursor

Inherited from

DSelectMultiple.toCursor

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1099


toDirty

toDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.toDirty

Inherited from

DSelectMultiple.toDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1534


toGlobal

toGlobal(position, point?, skipUpdate?): Point

Calculates the global position of the display object.

Parameters

Name Type Description
position IPointData The world origin to calculate from.
point? Point A Point object in which to store the value, optional (otherwise will create a new Point).
skipUpdate? boolean Should we skip the update transform.

Returns

Point

A point object representing the position of this object.

Implementation of

DTableBodyCell.toGlobal

Inherited from

DSelectMultiple.toGlobal

Defined in

node_modules/pixi.js/pixi.js.d.ts:8757


toHasDirty

toHasDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.toHasDirty

Inherited from

DSelectMultiple.toHasDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1543


toHierarchyDirty

toHierarchyDirty(): boolean

Returns

boolean

Implementation of

DTableBodyCell.toHierarchyDirty

Inherited from

DSelectMultiple.toHierarchyDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1559


toLocal

toLocal(position, from?, point?, skipUpdate?): Point

Calculates the local position of the display object relative to another point.

Parameters

Name Type Description
position IPointData The world origin to calculate from.
from? DisplayObject The DisplayObject to calculate the global position from.
point? Point A Point object in which to store the value, optional (otherwise will create a new Point).
skipUpdate? boolean Should we skip the update transform

Returns

Point

A point object representing the position of this object

Implementation of

DTableBodyCell.toLocal

Inherited from

DSelectMultiple.toLocal

Defined in

node_modules/pixi.js/pixi.js.d.ts:8768


toMenu

toMenu(theme, options?): DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Parameters

Name Type
theme THEME
options? OPTIONS

Returns

DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>

Inherited from

DSelectMultiple.toMenu

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:105


toMenuOptions

toMenuOptions(theme, options?): DMenuOptions<VALUE, DThemeMenu>

Parameters

Name Type
theme THEME
options? DMenuOptions<VALUE, DThemeMenu>

Returns

DMenuOptions<VALUE, DThemeMenu>

Inherited from

DSelectMultiple.toMenuOptions

Defined in

src/main/typescript/wcardinal/ui/d-dropdown-base.ts:113


toParentHasDirty

toParentHasDirty(): void

Returns

void

Implementation of

DTableBodyCell.toParentHasDirty

Inherited from

DSelectMultiple.toParentHasDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1552


toParentHierarchyDirty

toParentHierarchyDirty(): void

Returns

void

Implementation of

DTableBodyCell.toParentHierarchyDirty

Inherited from

DSelectMultiple.toParentHierarchyDirty

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1569


toParentResized

toParentResized(): void

Returns

void

Implementation of

DTableBodyCell.toParentResized

Inherited from

DSelectMultiple.toParentResized

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:1880


toggle

toggle(): void

Returns

void

Inherited from

DSelectMultiple.toggle

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:226


unset

unset(): void

Returns

void

Implementation of

DTableBodyCell.unset

Defined in

src/main/typescript/wcardinal/ui/d-table-body-cell-select-multiple.ts:108


updateMenuItems

updateMenuItems(menu, oldValues, addedValue?, removedValue?, newValues?, newItems?): void

Parameters

Name Type
menu DMenu<VALUE, DThemeMenu, DMenuOptions<VALUE, DThemeMenu>>
oldValues VALUE[]
addedValue? VALUE
removedValue? VALUE
newValues? VALUE[]
newItems? DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]

Returns

void

Inherited from

DSelectMultiple.updateMenuItems

Defined in

src/main/typescript/wcardinal/ui/d-select-multiple.ts:163


updateTransform

updateTransform(): void

Returns

void

Implementation of

DTableBodyCell.updateTransform

Inherited from

DSelectMultiple.updateTransform

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:2069


mixin

mixin(source): void

Mixes all enumerable properties and methods from a source object to DisplayObject.

Parameters

Name Type Description
source any The source of properties and methods to mix in.

Returns

void

Inherited from

DSelectMultiple.mixin

Defined in

node_modules/pixi.js/pixi.js.d.ts:9230