Winter Cardinal UI - v0.442.0 / DThemeDarkTableBodyCellSelectPromise

Class: DThemeDarkTableBodyCellSelectPromise<VALUE>

DButton theme.

Type parameters

Name Type
VALUE unknown

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DThemeDarkTableBodyCellSelectPromise<VALUE>(backgroundColor?, hover?, pressed?): DThemeDarkTableBodyCellSelectPromise<VALUE>

Type parameters

Name Type
VALUE unknown

Parameters

Name Type Default value
backgroundColor number 0x484848
hover number 0.017
pressed number 0.034

Returns

DThemeDarkTableBodyCellSelectPromise<VALUE>

Inherited from

DThemeDarkButton.constructor

Defined in

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

Properties

BACKGROUND_COLOR

Protected Readonly BACKGROUND_COLOR: number

Inherited from

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

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

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

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

DThemeTableBodyCellSelectPromise.getAlpha

Overrides

DThemeDarkButton.getAlpha

Defined in

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


getBackgroundAlpha

getBackgroundAlpha(state): number

Returns a background alpha.

Parameters

Name Type Description
state DBaseStateSet a state

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getBackgroundAlpha

Overrides

DThemeDarkButton.getBackgroundAlpha

Defined in

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

DThemeTableBodyCellSelectPromise.getBackgroundColor

Overrides

DThemeDarkButton.getBackgroundColor

Defined in

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


getBackgroundTexture

getBackgroundTexture(): Texture

Returns a background texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectPromise.getBackgroundTexture

Inherited from

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

DThemeTableBodyCellSelectPromise.getBorderAlign

Inherited from

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

DThemeTableBodyCellSelectPromise.getBorderAlpha

Inherited from

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

DThemeTableBodyCellSelectPromise.getBorderColor

Overrides

DThemeDarkButton.getBorderColor

Defined in

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


getBorderMask

getBorderMask(state): number

Returns a border mask.

Parameters

Name Type Description
state DBaseStateSet a mask

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getBorderMask

Overrides

DThemeDarkButton.getBorderMask

Defined in

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


getBorderTexture

getBorderTexture(): Texture

Returns a border texture.

Returns

Texture

Implementation of

DThemeTableBodyCellSelectPromise.getBorderTexture

Inherited from

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

DThemeTableBodyCellSelectPromise.getBorderWidth

Inherited from

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

DThemeTableBodyCellSelectPromise.getClearType

Inherited from

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

DThemeTableBodyCellSelectPromise.getColor

Overrides

DThemeDarkButton.getColor

Defined in

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


getCornerMask

getCornerMask(): number

Returns a corner mask.

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getCornerMask

Overrides

DThemeDarkButton.getCornerMask

Defined in

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


getCornerRadius

getCornerRadius(): number

Returns a corner radius.

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getCornerRadius

Inherited from

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

DThemeTableBodyCellSelectPromise.getCursor

Inherited from

DThemeDarkButton.getCursor

Defined in

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


getFontFamilly

getFontFamilly(): string

Returns

string

Implementation of

DThemeTableBodyCellSelectPromise.getFontFamilly

Inherited from

DThemeDarkButton.getFontFamilly

Defined in

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


getFontSize

getFontSize(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getFontSize

Inherited from

DThemeDarkButton.getFontSize

Defined in

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


getFontStyle

getFontStyle(): DFontStyle

Returns

DFontStyle

Implementation of

DThemeTableBodyCellSelectPromise.getFontStyle

Inherited from

DThemeDarkButton.getFontStyle

Defined in

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


getFontVariant

getFontVariant(): DFontVariant

Returns

DFontVariant

Implementation of

DThemeTableBodyCellSelectPromise.getFontVariant

Inherited from

DThemeDarkButton.getFontVariant

Defined in

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


getFontWeight

getFontWeight(): DFontWeight

Returns

DFontWeight

Implementation of

DThemeTableBodyCellSelectPromise.getFontWeight

Inherited from

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

DThemeTableBodyCellSelectPromise.getHeight

Overrides

DThemeDarkButton.getHeight

Defined in

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


getImageAlignHorizontal

getImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectPromise.getImageAlignHorizontal

Inherited from

DThemeDarkButton.getImageAlignHorizontal

Defined in

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


getImageAlignVertical

getImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectPromise.getImageAlignVertical

Inherited from

DThemeDarkButton.getImageAlignVertical

Defined in

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


getImageAlignWith

getImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectPromise.getImageAlignWith

Inherited from

DThemeDarkButton.getImageAlignWith

Defined in

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


getImageMarginHorizontal

getImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getImageMarginHorizontal

Inherited from

DThemeDarkButton.getImageMarginHorizontal

Defined in

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


getImageMarginVertial

getImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getImageMarginVertial

Inherited from

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

DThemeTableBodyCellSelectPromise.getImageRotation

Inherited from

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

DThemeTableBodyCellSelectPromise.getImageSource

Inherited from

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

DThemeTableBodyCellSelectPromise.getImageTintAlpha

Inherited from

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

DThemeTableBodyCellSelectPromise.getImageTintColor

Inherited from

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

DThemeTableBodyCellSelectPromise.getInteractive

Inherited from

DThemeDarkButton.getInteractive

Defined in

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


getLineHeight

getLineHeight(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getLineHeight

Inherited from

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

DThemeTableBodyCellSelectPromise.getOutlineAlign

Inherited from

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

DThemeTableBodyCellSelectPromise.getOutlineAlpha

Inherited from

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

DThemeTableBodyCellSelectPromise.getOutlineColor

Inherited from

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

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

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

DThemeTableBodyCellSelectPromise.getOutlineMask

Inherited from

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

DThemeTableBodyCellSelectPromise.getOutlineOffset

Inherited from

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

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

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

DThemeTableBodyCellSelectPromise.getOutlineWidth

Inherited from

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

DThemeTableBodyCellSelectPromise.getPaddingBottom

Inherited from

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

DThemeTableBodyCellSelectPromise.getPaddingLeft

Inherited from

DThemeDarkButton.getPaddingLeft

Defined in

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


getPaddingRight

getPaddingRight(): number

Returns a right padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getPaddingRight

Inherited from

DThemeDarkButton.getPaddingRight

Defined in

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


getPaddingTop

getPaddingTop(): number

Returns a top padding.

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getPaddingTop

Inherited from

DThemeDarkButton.getPaddingTop

Defined in

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


getSecondaryImageAlignHorizontal

getSecondaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageAlignHorizontal

Inherited from

DThemeDarkButton.getSecondaryImageAlignHorizontal

Defined in

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


getSecondaryImageAlignVertical

getSecondaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageAlignVertical

Inherited from

DThemeDarkButton.getSecondaryImageAlignVertical

Defined in

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


getSecondaryImageAlignWith

getSecondaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageAlignWith

Inherited from

DThemeDarkButton.getSecondaryImageAlignWith

Defined in

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


getSecondaryImageMarginHorizontal

getSecondaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageMarginHorizontal

Inherited from

DThemeDarkButton.getSecondaryImageMarginHorizontal

Defined in

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


getSecondaryImageMarginVertial

getSecondaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageMarginVertial

Inherited from

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

DThemeTableBodyCellSelectPromise.getSecondaryImageRotation

Inherited from

DThemeDarkButton.getSecondaryImageRotation

Defined in

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


getSecondaryImageTintAlpha

getSecondaryImageTintAlpha(state): number

Parameters

Name Type
state DBaseStateSet

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getSecondaryImageTintAlpha

Inherited from

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

DThemeTableBodyCellSelectPromise.getSecondaryImageTintColor

Inherited from

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

DThemeTableBodyCellSelectPromise.getShadow

Inherited from

DThemeDarkButton.getShadow

Defined in

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


getTertiaryImageAlignHorizontal

getTertiaryImageAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectPromise.getTertiaryImageAlignHorizontal

Inherited from

DThemeDarkButton.getTertiaryImageAlignHorizontal

Defined in

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


getTertiaryImageAlignVertical

getTertiaryImageAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectPromise.getTertiaryImageAlignVertical

Inherited from

DThemeDarkButton.getTertiaryImageAlignVertical

Defined in

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


getTertiaryImageAlignWith

getTertiaryImageAlignWith(): DAlignWith

Returns

DAlignWith

Implementation of

DThemeTableBodyCellSelectPromise.getTertiaryImageAlignWith

Inherited from

DThemeDarkButton.getTertiaryImageAlignWith

Defined in

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


getTertiaryImageMarginHorizontal

getTertiaryImageMarginHorizontal(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getTertiaryImageMarginHorizontal

Inherited from

DThemeDarkButton.getTertiaryImageMarginHorizontal

Defined in

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


getTertiaryImageMarginVertial

getTertiaryImageMarginVertial(): number

Returns

number

Implementation of

DThemeTableBodyCellSelectPromise.getTertiaryImageMarginVertial

Inherited from

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

DThemeTableBodyCellSelectPromise.getTertiaryImageRotation

Inherited from

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

DThemeTableBodyCellSelectPromise.getTertiaryImageTintAlpha

Inherited from

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

DThemeTableBodyCellSelectPromise.getTertiaryImageTintColor

Inherited from

DThemeDarkButton.getTertiaryImageTintColor

Defined in

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


getTextAlignHorizontal

getTextAlignHorizontal(): DAlignHorizontal

Returns

DAlignHorizontal

Implementation of

DThemeTableBodyCellSelectPromise.getTextAlignHorizontal

Inherited from

DThemeDarkButton.getTextAlignHorizontal

Defined in

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


getTextAlignVertical

getTextAlignVertical(): DAlignVertical

Returns

DAlignVertical

Implementation of

DThemeTableBodyCellSelectPromise.getTextAlignVertical

Inherited from

DThemeDarkButton.getTextAlignVertical

Defined in

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


getTextFormatter

getTextFormatter(): (value: null | VALUE, caller: any) => string

Returns

fn

▸ (value, caller): string

Parameters
Name Type
value null | VALUE
caller any
Returns

string

Implementation of

DThemeTableBodyCellSelectPromise.getTextFormatter

Inherited from

DThemeDarkButton.getTextFormatter

Defined in

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


getTextStyleClipping

getTextStyleClipping(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectPromise.getTextStyleClipping

Inherited from

DThemeDarkButton.getTextStyleClipping

Defined in

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


getTextStyleFitting

getTextStyleFitting(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectPromise.getTextStyleFitting

Inherited from

DThemeDarkButton.getTextStyleFitting

Defined in

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


getTextStyleWordWrap

getTextStyleWordWrap(): DDynamicTextStyleWordWrap

Returns

DDynamicTextStyleWordWrap

Implementation of

DThemeTableBodyCellSelectPromise.getTextStyleWordWrap

Inherited from

DThemeDarkButton.getTextStyleWordWrap

Defined in

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


getTextValue

getTextValue(state): undefined | null | VALUE

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 | VALUE

Implementation of

DThemeTableBodyCellSelectPromise.getTextValue

Inherited from

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

DThemeTableBodyCellSelectPromise.getTitle

Inherited from

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

DThemeTableBodyCellSelectPromise.getWeight

Inherited from

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

DThemeTableBodyCellSelectPromise.getWhen

Inherited from

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

DThemeTableBodyCellSelectPromise.getWidth

Inherited from

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

DThemeTableBodyCellSelectPromise.getX

Inherited from

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

DThemeTableBodyCellSelectPromise.getY

Inherited from

DThemeDarkButton.getY

Defined in

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


isOverflowMaskEnabled

isOverflowMaskEnabled(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectPromise.isOverflowMaskEnabled

Inherited from

DThemeDarkButton.isOverflowMaskEnabled

Defined in

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


isSyncEnabled

isSyncEnabled(): boolean

Returns

boolean

Implementation of

DThemeTableBodyCellSelectPromise.isSyncEnabled

Defined in

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


isToggle

isToggle(): boolean

Returns true to turn a toggle mode on.

Returns

boolean

Implementation of

DThemeTableBodyCellSelectPromise.isToggle

Inherited from

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

DThemeTableBodyCellSelectPromise.newShadow

Inherited from

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

DThemeTableBodyCellSelectPromise.newShadowWeak

Inherited from

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

DThemeTableBodyCellSelectPromise.newState

Inherited from

DThemeDarkButton.newState

Defined in

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


newTextValue

newTextValue(): DStateAwareOrValueMightBe<null | VALUE>

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

Returns

DStateAwareOrValueMightBe<null | VALUE>

Implementation of

DThemeTableBodyCellSelectPromise.newTextValue

Overrides

DThemeDarkButton.newTextValue

Defined in

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