Winter Cardinal UI - v0.442.0 / DThemeDarkTableBodyCellSelectMenu

Class: DThemeDarkTableBodyCellSelectMenu<VALUE>

DSelect theme.

Type parameters

Name Type
VALUE unknown

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DThemeDarkTableBodyCellSelectMenu<VALUE>(): DThemeDarkTableBodyCellSelectMenu<VALUE>

Type parameters

Name Type
VALUE unknown

Returns

DThemeDarkTableBodyCellSelectMenu<VALUE>

Inherited from

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getAlpha

Overrides

DThemeDarkSelect.getAlpha

Defined in

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


getBackgroundAlpha

getBackgroundAlpha(state): number

Returns a background alpha.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getBackgroundAlpha

Overrides

DThemeDarkSelect.getBackgroundAlpha

Defined in

src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-menu.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

DThemeTableBodyCellSelectMenu.getBackgroundColor

Overrides

DThemeDarkSelect.getBackgroundColor

Defined in

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


getBackgroundTexture

getBackgroundTexture(): Texture

Returns a background texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectMenu.getBackgroundTexture

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getBorderAlign

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getBorderAlpha

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getBorderColor

Overrides

DThemeDarkSelect.getBorderColor

Defined in

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


getBorderMask

getBorderMask(state): number

Returns a border mask.

Parameters

Name Type Description
state DBaseStateSet a mask

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getBorderMask

Overrides

DThemeDarkSelect.getBorderMask

Defined in

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


getBorderTexture

getBorderTexture(): Texture

Returns a border texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectMenu.getBorderTexture

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getBorderWidth

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getClearType

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getColor

Overrides

DThemeDarkSelect.getColor

Defined in

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


getCornerMask

getCornerMask(): number

Returns a corner mask.

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getCornerMask

Overrides

DThemeDarkSelect.getCornerMask

Defined in

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


getCornerRadius

getCornerRadius(): number

Returns a corner radius.

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getCornerRadius

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getCursor

Inherited from

DThemeDarkSelect.getCursor

Defined in

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


getFontFamilly

getFontFamilly(): string

Returns

string

Implementation of

DThemeTableBodyCellSelectMenu.getFontFamilly

Inherited from

DThemeDarkSelect.getFontFamilly

Defined in

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


getFontSize

getFontSize(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getFontSize

Inherited from

DThemeDarkSelect.getFontSize

Defined in

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


getFontStyle

getFontStyle(): DFontStyle

Returns

DFontStyle

Implementation of

DThemeTableBodyCellSelectMenu.getFontStyle

Inherited from

DThemeDarkSelect.getFontStyle

Defined in

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


getFontVariant

getFontVariant(): DFontVariant

Returns

DFontVariant

Implementation of

DThemeTableBodyCellSelectMenu.getFontVariant

Inherited from

DThemeDarkSelect.getFontVariant

Defined in

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


getFontWeight

getFontWeight(): DFontWeight

Returns

DFontWeight

Implementation of

DThemeTableBodyCellSelectMenu.getFontWeight

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getHeight

Overrides

DThemeDarkSelect.getHeight

Defined in

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


getImageAlignHorizontal

getImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMenu.getImageAlignHorizontal

Inherited from

DThemeDarkSelect.getImageAlignHorizontal

Defined in

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


getImageAlignVertical

getImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMenu.getImageAlignVertical

Inherited from

DThemeDarkSelect.getImageAlignVertical

Defined in

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


getImageAlignWith

getImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMenu.getImageAlignWith

Inherited from

DThemeDarkSelect.getImageAlignWith

Defined in

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


getImageMarginHorizontal

getImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getImageMarginHorizontal

Inherited from

DThemeDarkSelect.getImageMarginHorizontal

Defined in

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


getImageMarginVertial

getImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getImageMarginVertial

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getImageRotation

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getImageSource

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getImageTintAlpha

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getImageTintColor

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getInteractive

Inherited from

DThemeDarkSelect.getInteractive

Defined in

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


getLineHeight

getLineHeight(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getLineHeight

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineAlign

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineAlpha

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineColor

Inherited from

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineMask

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineOffset

Inherited from

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getOutlineWidth

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getPaddingBottom

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getPaddingLeft

Overrides

DThemeDarkSelect.getPaddingLeft

Defined in

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


getPaddingRight

getPaddingRight(): number

Returns a right padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getPaddingRight

Overrides

DThemeDarkSelect.getPaddingRight

Defined in

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


getPaddingTop

getPaddingTop(): number

Returns a top padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getPaddingTop

Inherited from

DThemeDarkSelect.getPaddingTop

Defined in

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


getSecondaryImageAlignHorizontal

getSecondaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageAlignHorizontal

Inherited from

DThemeDarkSelect.getSecondaryImageAlignHorizontal

Defined in

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


getSecondaryImageAlignVertical

getSecondaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageAlignVertical

Inherited from

DThemeDarkSelect.getSecondaryImageAlignVertical

Defined in

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


getSecondaryImageAlignWith

getSecondaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageAlignWith

Inherited from

DThemeDarkSelect.getSecondaryImageAlignWith

Defined in

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


getSecondaryImageMarginHorizontal

getSecondaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageMarginHorizontal

Inherited from

DThemeDarkSelect.getSecondaryImageMarginHorizontal

Defined in

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


getSecondaryImageMarginVertial

getSecondaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageMarginVertial

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getSecondaryImageRotation

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getSecondaryImageSource

Overrides

DThemeDarkSelect.getSecondaryImageSource

Defined in

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


getSecondaryImageTintAlpha

getSecondaryImageTintAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getSecondaryImageTintAlpha

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getSecondaryImageTintColor

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getShadow

Inherited from

DThemeDarkSelect.getShadow

Defined in

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


getTertiaryImageAlignHorizontal

getTertiaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMenu.getTertiaryImageAlignHorizontal

Inherited from

DThemeDarkSelect.getTertiaryImageAlignHorizontal

Defined in

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


getTertiaryImageAlignVertical

getTertiaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMenu.getTertiaryImageAlignVertical

Inherited from

DThemeDarkSelect.getTertiaryImageAlignVertical

Defined in

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


getTertiaryImageAlignWith

getTertiaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectMenu.getTertiaryImageAlignWith

Inherited from

DThemeDarkSelect.getTertiaryImageAlignWith

Defined in

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


getTertiaryImageMarginHorizontal

getTertiaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getTertiaryImageMarginHorizontal

Inherited from

DThemeDarkSelect.getTertiaryImageMarginHorizontal

Defined in

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


getTertiaryImageMarginVertial

getTertiaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectMenu.getTertiaryImageMarginVertial

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getTertiaryImageRotation

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getTertiaryImageTintAlpha

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getTertiaryImageTintColor

Inherited from

DThemeDarkSelect.getTertiaryImageTintColor

Defined in

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


getTextAlignHorizontal

getTextAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectMenu.getTextAlignHorizontal

Inherited from

DThemeDarkSelect.getTextAlignHorizontal

Defined in

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


getTextAlignVertical

getTextAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectMenu.getTextAlignVertical

Inherited from

DThemeDarkSelect.getTextAlignVertical

Defined in

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


getTextFormatter

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

Returns

fn

▸ (value, caller): string

Parameters
Name Type
value null | DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>
caller any
Returns

string

Implementation of

DThemeTableBodyCellSelectMenu.getTextFormatter

Inherited from

DThemeDarkSelect.getTextFormatter

Defined in

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


getTextStyleClipping

getTextStyleClipping(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMenu.getTextStyleClipping

Inherited from

DThemeDarkSelect.getTextStyleClipping

Defined in

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


getTextStyleFitting

getTextStyleFitting(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMenu.getTextStyleFitting

Inherited from

DThemeDarkSelect.getTextStyleFitting

Defined in

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


getTextStyleWordWrap

getTextStyleWordWrap(): DDynamicTextStyleWordWrap

Returns

DDynamicTextStyleWordWrap

Implementation of

DThemeTableBodyCellSelectMenu.getTextStyleWordWrap

Inherited from

DThemeDarkSelect.getTextStyleWordWrap

Defined in

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


getTextValue

getTextValue(state): undefined | null | 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 | null | DMenuItem<VALUE, DThemeMenuItem, DMenuItemOptions<VALUE, DThemeMenuItem>>

Implementation of

DThemeTableBodyCellSelectMenu.getTextValue

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getTitle

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getWeight

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getWhen

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getWidth

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getX

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.getY

Inherited from

DThemeDarkSelect.getY

Defined in

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


isOverflowMaskEnabled

isOverflowMaskEnabled(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectMenu.isOverflowMaskEnabled

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.isToggle

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.newShadow

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.newShadowWeak

Inherited from

DThemeDarkSelect.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

DThemeTableBodyCellSelectMenu.newState

Inherited from

DThemeDarkSelect.newState

Defined in

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


newTextValue

newTextValue(): DStateAwareOrValueMightBe<null | DMenuItem<any, DThemeMenuItem, DMenuItemOptions<any, DThemeMenuItem>>>

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

Returns

DStateAwareOrValueMightBe<null | DMenuItem<any, DThemeMenuItem, DMenuItemOptions<any, DThemeMenuItem>>>

Implementation of

DThemeTableBodyCellSelectMenu.newTextValue

Inherited from

DThemeDarkSelect.newTextValue

Defined in

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