Winter Cardinal UI - v0.442.0 / DThemeDarkTableBodyCellSelectMultiple

Class: DThemeDarkTableBodyCellSelectMultiple<VALUE>

DSelectMultiple theme.

Type parameters

Name Type
VALUE unknown

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DThemeDarkTableBodyCellSelectMultiple<VALUE>(): DThemeDarkTableBodyCellSelectMultiple<VALUE>

Type parameters

Name Type
VALUE unknown

Returns

DThemeDarkTableBodyCellSelectMultiple<VALUE>

Inherited from

DThemeDarkSelectMultiple.constructor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dropdown-base.ts:27

Properties

BACKGROUND_COLOR

Protected Readonly BACKGROUND_COLOR: number

Inherited from

DThemeDarkSelectMultiple.BACKGROUND_COLOR

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:19


BACKGROUND_COLOR_HOVERED

Protected Readonly BACKGROUND_COLOR_HOVERED: number

Inherited from

DThemeDarkSelectMultiple.BACKGROUND_COLOR_HOVERED

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:20


BACKGROUND_COLOR_PRESSED

Protected Readonly BACKGROUND_COLOR_PRESSED: number

Inherited from

DThemeDarkSelectMultiple.BACKGROUND_COLOR_PRESSED

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:21


OUTLINE_COLOR

Protected Readonly OUTLINE_COLOR: number

Inherited from

DThemeDarkSelectMultiple.OUTLINE_COLOR

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:23

Methods

getAlpha

getAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getAlpha

Overrides

DThemeDarkSelectMultiple.getAlpha

Defined in

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


getBackgroundAlpha

getBackgroundAlpha(state): number

Returns a background alpha.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getBackgroundAlpha

Overrides

DThemeDarkSelectMultiple.getBackgroundAlpha

Defined in

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


getBackgroundColor

getBackgroundColor(state): null | number

Returns a background color. If the color is null, backgrounds are not be rendered.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getBackgroundColor

Overrides

DThemeDarkSelectMultiple.getBackgroundColor

Defined in

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


getBackgroundTexture

getBackgroundTexture(): Texture

Returns a background texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectMultiple.getBackgroundTexture

Inherited from

DThemeDarkSelectMultiple.getBackgroundTexture

Defined in

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


getBorderAlign

getBorderAlign(state): number

Returns a border align.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderAlign

Inherited from

DThemeDarkSelectMultiple.getBorderAlign

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:104


getBorderAlpha

getBorderAlpha(state): number

Returns a border alpha.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderAlpha

Inherited from

DThemeDarkSelectMultiple.getBorderAlpha

Defined in

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


getBorderColor

getBorderColor(state): null | number

Returns a border color. If the color is null, borders are not be rendered.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderColor

Overrides

DThemeDarkSelectMultiple.getBorderColor

Defined in

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


getBorderMask

getBorderMask(state): number

Returns a border mask.

Parameters

Name Type Description
state DBaseStateSet a mask

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderMask

Overrides

DThemeDarkSelectMultiple.getBorderMask

Defined in

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


getBorderTexture

getBorderTexture(): Texture

Returns a border texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderTexture

Inherited from

DThemeDarkSelectMultiple.getBorderTexture

Defined in

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


getBorderWidth

getBorderWidth(state): number

Returns a border width.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getBorderWidth

Inherited from

DThemeDarkSelectMultiple.getBorderWidth

Defined in

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


getClearType

getClearType(): number

Returns a clear type. A clear type is for layout classes including DLayoutVertical.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getClearType

Inherited from

DThemeDarkSelectMultiple.getClearType

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:167


getColor

getColor(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getColor

Overrides

DThemeDarkSelectMultiple.getColor

Defined in

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


getCornerMask

getCornerMask(): number

Returns a corner mask.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getCornerMask

Overrides

DThemeDarkSelectMultiple.getCornerMask

Defined in

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


getCornerRadius

getCornerRadius(): number

Returns a corner radius.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getCornerRadius

Inherited from

DThemeDarkSelectMultiple.getCornerRadius

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:132


getCursor

getCursor(state): string

Returns a cursor.

Parameters

Name Type
state DBaseStateSet

Returns

string

Implementation of

DThemeTableBodyCellSelectMultiple.getCursor

Inherited from

DThemeDarkSelectMultiple.getCursor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:126


getFontFamilly

getFontFamilly(): string

Returns

string

Implementation of

DThemeTableBodyCellSelectMultiple.getFontFamilly

Inherited from

DThemeDarkSelectMultiple.getFontFamilly

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:11


getFontSize

getFontSize(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getFontSize

Inherited from

DThemeDarkSelectMultiple.getFontSize

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:15


getFontStyle

getFontStyle(): DFontStyle

Returns

DFontStyle

Implementation of

DThemeTableBodyCellSelectMultiple.getFontStyle

Inherited from

DThemeDarkSelectMultiple.getFontStyle

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:27


getFontVariant

getFontVariant(): DFontVariant

Returns

DFontVariant

Implementation of

DThemeTableBodyCellSelectMultiple.getFontVariant

Inherited from

DThemeDarkSelectMultiple.getFontVariant

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:31


getFontWeight

getFontWeight(): DFontWeight

Returns

DFontWeight

Implementation of

DThemeTableBodyCellSelectMultiple.getFontWeight

Inherited from

DThemeDarkSelectMultiple.getFontWeight

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:23


getHeight

getHeight(): DCoordinateSize

Returns a height.

Returns

DCoordinateSize

Implementation of

DThemeTableBodyCellSelectMultiple.getHeight

Overrides

DThemeDarkSelectMultiple.getHeight

Defined in

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


getImageAlignHorizontal

getImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMultiple.getImageAlignHorizontal

Inherited from

DThemeDarkSelectMultiple.getImageAlignHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:18


getImageAlignVertical

getImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMultiple.getImageAlignVertical

Inherited from

DThemeDarkSelectMultiple.getImageAlignVertical

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:22


getImageAlignWith

getImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMultiple.getImageAlignWith

Inherited from

DThemeDarkSelectMultiple.getImageAlignWith

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:26


getImageMarginHorizontal

getImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getImageMarginHorizontal

Inherited from

DThemeDarkSelectMultiple.getImageMarginHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:30


getImageMarginVertial

getImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getImageMarginVertial

Inherited from

DThemeDarkSelectMultiple.getImageMarginVertial

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:34


getImageRotation

getImageRotation(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getImageRotation

Inherited from

DThemeDarkSelectMultiple.getImageRotation

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:46


getImageSource

getImageSource(state): null | DisplayObject | Texture

Parameters

Name Type
state DBaseStateSet

Returns

null | DisplayObject | Texture

Implementation of

DThemeTableBodyCellSelectMultiple.getImageSource

Inherited from

DThemeDarkSelectMultiple.getImageSource

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:50


getImageTintAlpha

getImageTintAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getImageTintAlpha

Inherited from

DThemeDarkSelectMultiple.getImageTintAlpha

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:42


getImageTintColor

getImageTintColor(state): null | number

Parameters

Name Type
state DBaseStateSet

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getImageTintColor

Inherited from

DThemeDarkSelectMultiple.getImageTintColor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:38


getInteractive

getInteractive(): number

Returns an interactivity.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getInteractive

Inherited from

DThemeDarkSelectMultiple.getInteractive

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:175


getLineHeight

getLineHeight(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getLineHeight

Inherited from

DThemeDarkSelectMultiple.getLineHeight

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:42


getOutlineAlign

getOutlineAlign(state): number

Returns an outline align.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineAlign

Inherited from

DThemeDarkSelectMultiple.getOutlineAlign

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:159


getOutlineAlpha

getOutlineAlpha(state): number

Returns an outline alpha.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineAlpha

Inherited from

DThemeDarkSelectMultiple.getOutlineAlpha

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:144


getOutlineColor

getOutlineColor(state): null | number

Returns an outline color. If the color is null, outlines are not be rendered.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineColor

Inherited from

DThemeDarkSelectMultiple.getOutlineColor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:68


getOutlineColorActive

getOutlineColorActive(state): null | number

Parameters

Name Type
state DBaseStateSet

Returns

null | number

Inherited from

DThemeDarkSelectMultiple.getOutlineColorActive

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:75


getOutlineColorNonActive

getOutlineColorNonActive(state): null | number

Parameters

Name Type
state DBaseStateSet

Returns

null | number

Inherited from

DThemeDarkSelectMultiple.getOutlineColorNonActive

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:79


getOutlineMask

getOutlineMask(state): number

Returns an outline mask.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineMask

Inherited from

DThemeDarkSelectMultiple.getOutlineMask

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:163


getOutlineOffset

getOutlineOffset(state): number

Returns an outline offset.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineOffset

Inherited from

DThemeDarkSelectMultiple.getOutlineOffset

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:83


getOutlineOffsetActive

getOutlineOffsetActive(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Inherited from

DThemeDarkSelectMultiple.getOutlineOffsetActive

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:90


getOutlineOffsetNonActive

getOutlineOffsetNonActive(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Inherited from

DThemeDarkSelectMultiple.getOutlineOffsetNonActive

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:94


getOutlineWidth

getOutlineWidth(state): number

Returns an outline width.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getOutlineWidth

Inherited from

DThemeDarkSelectMultiple.getOutlineWidth

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:151


getPaddingBottom

getPaddingBottom(): number

Returns a bottom padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getPaddingBottom

Inherited from

DThemeDarkSelectMultiple.getPaddingBottom

Defined in

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


getPaddingLeft

getPaddingLeft(): number

Returns a left padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getPaddingLeft

Overrides

DThemeDarkSelectMultiple.getPaddingLeft

Defined in

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


getPaddingRight

getPaddingRight(): number

Returns a right padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getPaddingRight

Overrides

DThemeDarkSelectMultiple.getPaddingRight

Defined in

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


getPaddingTop

getPaddingTop(): number

Returns a top padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getPaddingTop

Inherited from

DThemeDarkSelectMultiple.getPaddingTop

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:124


getSecondaryImageAlignHorizontal

getSecondaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageAlignHorizontal

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageAlignHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dropdown-base.ts:31


getSecondaryImageAlignVertical

getSecondaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageAlignVertical

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageAlignVertical

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:58


getSecondaryImageAlignWith

getSecondaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageAlignWith

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageAlignWith

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dropdown-base.ts:35


getSecondaryImageMarginHorizontal

getSecondaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageMarginHorizontal

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageMarginHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dropdown-base.ts:39


getSecondaryImageMarginVertial

getSecondaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageMarginVertial

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageMarginVertial

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:70


getSecondaryImageRotation

getSecondaryImageRotation(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageRotation

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageRotation

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:82


getSecondaryImageSource

getSecondaryImageSource(state): null | DisplayObject | Texture

Parameters

Name Type
state DBaseStateSet

Returns

null | DisplayObject | Texture

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageSource

Overrides

DThemeDarkSelectMultiple.getSecondaryImageSource

Defined in

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


getSecondaryImageTintAlpha

getSecondaryImageTintAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageTintAlpha

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageTintAlpha

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:78


getSecondaryImageTintColor

getSecondaryImageTintColor(state): null | number

Parameters

Name Type
state DBaseStateSet

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getSecondaryImageTintColor

Inherited from

DThemeDarkSelectMultiple.getSecondaryImageTintColor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:74


getShadow

getShadow(): null | DShadow

Returns a shadow. If a shadow is null, no shadow is rendered.

Returns

null | DShadow

Implementation of

DThemeTableBodyCellSelectMultiple.getShadow

Inherited from

DThemeDarkSelectMultiple.getShadow

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:171


getTertiaryImageAlignHorizontal

getTertiaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageAlignHorizontal

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageAlignHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:86


getTertiaryImageAlignVertical

getTertiaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageAlignVertical

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageAlignVertical

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:90


getTertiaryImageAlignWith

getTertiaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageAlignWith

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageAlignWith

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:94


getTertiaryImageMarginHorizontal

getTertiaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageMarginHorizontal

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageMarginHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:98


getTertiaryImageMarginVertial

getTertiaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageMarginVertial

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageMarginVertial

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:102


getTertiaryImageRotation

getTertiaryImageRotation(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageRotation

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageRotation

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:114


getTertiaryImageTintAlpha

getTertiaryImageTintAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageTintAlpha

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageTintAlpha

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:110


getTertiaryImageTintColor

getTertiaryImageTintColor(state): null | number

Parameters

Name Type
state DBaseStateSet

Returns

null | number

Implementation of

DThemeTableBodyCellSelectMultiple.getTertiaryImageTintColor

Inherited from

DThemeDarkSelectMultiple.getTertiaryImageTintColor

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:106


getTextAlignHorizontal

getTextAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMultiple.getTextAlignHorizontal

Inherited from

DThemeDarkSelectMultiple.getTextAlignHorizontal

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:106


getTextAlignVertical

getTextAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMultiple.getTextAlignVertical

Inherited from

DThemeDarkSelectMultiple.getTextAlignVertical

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:19


getTextFormatter

getTextFormatter(): (value: DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[], caller: any) => string

Returns

fn

▸ (value, caller): string

Parameters
Name Type
value DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]
caller any
Returns

string

Implementation of

DThemeTableBodyCellSelectMultiple.getTextFormatter

Inherited from

DThemeDarkSelectMultiple.getTextFormatter

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-select-multiple.ts:39


getTextStyleClipping

getTextStyleClipping(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMultiple.getTextStyleClipping

Inherited from

DThemeDarkSelectMultiple.getTextStyleClipping

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:31


getTextStyleFitting

getTextStyleFitting(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMultiple.getTextStyleFitting

Inherited from

DThemeDarkSelectMultiple.getTextStyleFitting

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:35


getTextStyleWordWrap

getTextStyleWordWrap(): DDynamicTextStyleWordWrap

Returns

DDynamicTextStyleWordWrap

Implementation of

DThemeTableBodyCellSelectMultiple.getTextStyleWordWrap

Inherited from

DThemeDarkSelectMultiple.getTextStyleWordWrap

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:39


getTextValue

getTextValue(state): undefined | DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]

Returns a text value. Called to get a text vale if there is no text value.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

undefined | DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]

Implementation of

DThemeTableBodyCellSelectMultiple.getTextValue

Inherited from

DThemeDarkSelectMultiple.getTextValue

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:47


getTitle

getTitle(): string

Returns a tooltip text.

Returns

string

Implementation of

DThemeTableBodyCellSelectMultiple.getTitle

Inherited from

DThemeDarkSelectMultiple.getTitle

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:183


getWeight

getWeight(): number

Returns a weight. Weights are for layout classes including DLayoutVertical. If a weight is less than or equals to zero, layout classes are supposed not to change a width / height.

Returns

number

Implementation of

DThemeTableBodyCellSelectMultiple.getWeight

Inherited from

DThemeDarkSelectMultiple.getWeight

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:187


getWhen

getWhen(): DButtonBaseWhen

Returns when to activate a button.

Returns

DButtonBaseWhen

Implementation of

DThemeTableBodyCellSelectMultiple.getWhen

Inherited from

DThemeDarkSelectMultiple.getWhen

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:122


getWidth

getWidth(): DCoordinateSize

Returns a width.

Returns

DCoordinateSize

Implementation of

DThemeTableBodyCellSelectMultiple.getWidth

Inherited from

DThemeDarkSelectMultiple.getWidth

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:102


getX

getX(): DCoordinatePosition

Returns a X coordinate.

Returns

DCoordinatePosition

Implementation of

DThemeTableBodyCellSelectMultiple.getX

Inherited from

DThemeDarkSelectMultiple.getX

Defined in

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


getY

getY(): DCoordinatePosition

Returns a Y coordinate.

Returns

DCoordinatePosition

Implementation of

DThemeTableBodyCellSelectMultiple.getY

Inherited from

DThemeDarkSelectMultiple.getY

Defined in

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


isOverflowMaskEnabled

isOverflowMaskEnabled(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMultiple.isOverflowMaskEnabled

Inherited from

DThemeDarkSelectMultiple.isOverflowMaskEnabled

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:27


isToggle

isToggle(): boolean

Returns true to turn a toggle mode on.

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMultiple.isToggle

Inherited from

DThemeDarkSelectMultiple.isToggle

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:118


newShadow

newShadow(): null | DShadow

Creates a new shadow.

Returns

null | DShadow

Implementation of

DThemeTableBodyCellSelectMultiple.newShadow

Inherited from

DThemeDarkSelectMultiple.newShadow

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:191


newShadowWeak

newShadowWeak(): null | DShadow

Creates a new weak shadow.

Returns

null | DShadow

Implementation of

DThemeTableBodyCellSelectMultiple.newShadowWeak

Inherited from

DThemeDarkSelectMultiple.newShadowWeak

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:195


newState

newState(state): void

Returns true if focusable.

Parameters

Name Type
state DBaseStateSet

Returns

void

Implementation of

DThemeTableBodyCellSelectMultiple.newState

Inherited from

DThemeDarkSelectMultiple.newState

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:179


newTextValue

newTextValue(): DStateAwareOrValueMightBe<DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>[]>

Returns a new text value. Called to initialize a text value if a text value is not given.

Returns

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

Implementation of

DThemeTableBodyCellSelectMultiple.newTextValue

Inherited from

DThemeDarkSelectMultiple.newTextValue

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-select-multiple.ts:43