Winter Cardinal UI - v0.457.0 / DThemeDarkTableBodyCellActionPromise
DButton theme.
| Name | Type |
|---|---|
VALUE |
unknown |
DThemeDarkTableBodyCellSelectPromise<VALUE>
↳ DThemeDarkTableBodyCellActionPromise
• new DThemeDarkTableBodyCellActionPromise<VALUE>(backgroundColor?, hover?, pressed?): DThemeDarkTableBodyCellActionPromise<VALUE>
| Name | Type |
|---|---|
VALUE |
unknown |
| Name | Type | Default value |
|---|---|---|
backgroundColor |
number |
0x484848 |
hover |
number |
0.017 |
pressed |
number |
0.034 |
DThemeDarkTableBodyCellActionPromise<VALUE>
DThemeDarkTableBodyCellSelectPromise.constructor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:25
• Protected Readonly BACKGROUND_COLOR: number
DThemeDarkTableBodyCellSelectPromise.BACKGROUND_COLOR
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:19
• Protected Readonly BACKGROUND_COLOR_HOVERED: number
DThemeDarkTableBodyCellSelectPromise.BACKGROUND_COLOR_HOVERED
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:20
• Protected Readonly BACKGROUND_COLOR_PRESSED: number
DThemeDarkTableBodyCellSelectPromise.BACKGROUND_COLOR_PRESSED
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:21
• Protected Readonly OUTLINE_COLOR: number
DThemeDarkTableBodyCellSelectPromise.OUTLINE_COLOR
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:23
▸ getAlpha(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getAlpha
DThemeDarkTableBodyCellSelectPromise.getAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:39
▸ getBackgroundAlpha(state): number
Returns a background alpha.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getBackgroundAlpha
DThemeDarkTableBodyCellSelectPromise.getBackgroundAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:23
▸ getBackgroundColor(state): null | number
Returns a background color. If the color is null, backgrounds are not be rendered.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
null | number
DThemeTableBodyCellActionPromise.getBackgroundColor
DThemeDarkTableBodyCellSelectPromise.getBackgroundColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:19
▸ getBackgroundTexture(): Texture
Returns a background texture.
Texture
DThemeTableBodyCellActionPromise.getBackgroundTexture
DThemeDarkTableBodyCellSelectPromise.getBackgroundTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:88
▸ getBorderAlign(state): number
Returns a border align.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getBorderAlign
DThemeDarkTableBodyCellSelectPromise.getBorderAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:104
▸ getBorderAlpha(state): number
Returns a border alpha.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getBorderAlpha
DThemeDarkTableBodyCellSelectPromise.getBorderAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:96
▸ getBorderColor(state): null | number
Returns a border color. If the color is null, borders are not be rendered.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
null | number
DThemeTableBodyCellActionPromise.getBorderColor
DThemeDarkTableBodyCellSelectPromise.getBorderColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:27
▸ getBorderMask(state): number
Returns a border mask.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a mask |
number
DThemeTableBodyCellActionPromise.getBorderMask
DThemeDarkTableBodyCellSelectPromise.getBorderMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:31
▸ getBorderTexture(): Texture
Returns a border texture.
Texture
DThemeTableBodyCellActionPromise.getBorderTexture
DThemeDarkTableBodyCellSelectPromise.getBorderTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:112
▸ getBorderWidth(state): number
Returns a border width.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getBorderWidth
DThemeDarkTableBodyCellSelectPromise.getBorderWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:100
▸ getClearType(): number
Returns a clear type. A clear type is for layout classes including DLayoutVertical.
number
DThemeTableBodyCellActionPromise.getClearType
DThemeDarkTableBodyCellSelectPromise.getClearType
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:167
▸ getColor(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getColor
DThemeDarkTableBodyCellSelectPromise.getColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:35
▸ getCornerMask(): number
Returns a corner mask.
number
DThemeTableBodyCellActionPromise.getCornerMask
DThemeDarkTableBodyCellSelectPromise.getCornerMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:47
▸ getCornerRadius(): number
Returns a corner radius.
number
DThemeTableBodyCellActionPromise.getCornerRadius
DThemeDarkTableBodyCellSelectPromise.getCornerRadius
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:132
▸ getCursor(state): string
Returns a cursor.
| Name | Type |
|---|---|
state |
DBaseStateSet |
string
DThemeTableBodyCellActionPromise.getCursor
DThemeDarkTableBodyCellSelectPromise.getCursor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:126
▸ getFontFamilly(): string
string
DThemeTableBodyCellActionPromise.getFontFamilly
DThemeDarkTableBodyCellSelectPromise.getFontFamilly
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:11
▸ getFontSize(): number
number
DThemeTableBodyCellActionPromise.getFontSize
DThemeDarkTableBodyCellSelectPromise.getFontSize
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:15
▸ getFontStyle(): DFontStyle
DThemeTableBodyCellActionPromise.getFontStyle
DThemeDarkTableBodyCellSelectPromise.getFontStyle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:27
▸ getFontVariant(): DFontVariant
DThemeTableBodyCellActionPromise.getFontVariant
DThemeDarkTableBodyCellSelectPromise.getFontVariant
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:31
▸ getFontWeight(): DFontWeight
DThemeTableBodyCellActionPromise.getFontWeight
DThemeDarkTableBodyCellSelectPromise.getFontWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:23
▸ getHeight(): DCoordinateSize
Returns a height.
DThemeTableBodyCellActionPromise.getHeight
DThemeDarkTableBodyCellSelectPromise.getHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:43
▸ getImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellActionPromise.getImageAlignHorizontal
DThemeDarkTableBodyCellSelectPromise.getImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:18
▸ getImageAlignVertical(): DAlignVertical
DThemeTableBodyCellActionPromise.getImageAlignVertical
DThemeDarkTableBodyCellSelectPromise.getImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:22
▸ getImageAlignWith(): DAlignWith
DThemeTableBodyCellActionPromise.getImageAlignWith
DThemeDarkTableBodyCellSelectPromise.getImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:26
▸ getImageMarginHorizontal(): number
number
DThemeTableBodyCellActionPromise.getImageMarginHorizontal
DThemeDarkTableBodyCellSelectPromise.getImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:30
▸ getImageMarginVertial(): number
number
DThemeTableBodyCellActionPromise.getImageMarginVertial
DThemeDarkTableBodyCellSelectPromise.getImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:34
▸ getImageRotation(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getImageRotation
DThemeDarkTableBodyCellSelectPromise.getImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:46
▸ getImageSource(state): null | DisplayObject | Texture
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | DisplayObject | Texture
DThemeTableBodyCellActionPromise.getImageSource
DThemeDarkTableBodyCellSelectPromise.getImageSource
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-action-promise.ts:22
▸ getImageTintAlpha(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getImageTintAlpha
DThemeDarkTableBodyCellSelectPromise.getImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:42
▸ getImageTintColor(state): null | number
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | number
DThemeTableBodyCellActionPromise.getImageTintColor
DThemeDarkTableBodyCellSelectPromise.getImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-action-promise.ts:18
▸ getInteractive(): number
Returns an interactivity.
number
DThemeTableBodyCellActionPromise.getInteractive
DThemeDarkTableBodyCellSelectPromise.getInteractive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:175
▸ getLineHeight(): number
number
DThemeTableBodyCellActionPromise.getLineHeight
DThemeDarkTableBodyCellSelectPromise.getLineHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:42
▸ getOutlineAlign(state): number
Returns an outline align.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getOutlineAlign
DThemeDarkTableBodyCellSelectPromise.getOutlineAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:159
▸ getOutlineAlpha(state): number
Returns an outline alpha.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getOutlineAlpha
DThemeDarkTableBodyCellSelectPromise.getOutlineAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:144
▸ getOutlineColor(state): null | number
Returns an outline color. If the color is null, outlines are not be rendered.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
null | number
DThemeTableBodyCellActionPromise.getOutlineColor
DThemeDarkTableBodyCellSelectPromise.getOutlineColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:68
▸ getOutlineColorActive(state): null | number
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | number
DThemeDarkTableBodyCellSelectPromise.getOutlineColorActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:75
▸ getOutlineColorNonActive(state): null | number
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | number
DThemeDarkTableBodyCellSelectPromise.getOutlineColorNonActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:79
▸ getOutlineMask(state): number
Returns an outline mask.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getOutlineMask
DThemeDarkTableBodyCellSelectPromise.getOutlineMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:163
▸ getOutlineOffset(state): number
Returns an outline offset.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getOutlineOffset
DThemeDarkTableBodyCellSelectPromise.getOutlineOffset
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:83
▸ getOutlineOffsetActive(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeDarkTableBodyCellSelectPromise.getOutlineOffsetActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:90
▸ getOutlineOffsetNonActive(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeDarkTableBodyCellSelectPromise.getOutlineOffsetNonActive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:94
▸ getOutlineWidth(state): number
Returns an outline width.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeTableBodyCellActionPromise.getOutlineWidth
DThemeDarkTableBodyCellSelectPromise.getOutlineWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:151
▸ getPaddingBottom(): number
Returns a bottom padding.
number
DThemeTableBodyCellActionPromise.getPaddingBottom
DThemeDarkTableBodyCellSelectPromise.getPaddingBottom
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:128
▸ getPaddingLeft(): number
Returns a left padding.
number
DThemeTableBodyCellActionPromise.getPaddingLeft
DThemeDarkTableBodyCellSelectPromise.getPaddingLeft
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:110
▸ getPaddingRight(): number
Returns a right padding.
number
DThemeTableBodyCellActionPromise.getPaddingRight
DThemeDarkTableBodyCellSelectPromise.getPaddingRight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:114
▸ getPaddingTop(): number
Returns a top padding.
number
DThemeTableBodyCellActionPromise.getPaddingTop
DThemeDarkTableBodyCellSelectPromise.getPaddingTop
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:124
▸ getSecondaryImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellActionPromise.getSecondaryImageAlignHorizontal
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:54
▸ getSecondaryImageAlignVertical(): DAlignVertical
DThemeTableBodyCellActionPromise.getSecondaryImageAlignVertical
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:58
▸ getSecondaryImageAlignWith(): DAlignWith
DThemeTableBodyCellActionPromise.getSecondaryImageAlignWith
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:62
▸ getSecondaryImageMarginHorizontal(): number
number
DThemeTableBodyCellActionPromise.getSecondaryImageMarginHorizontal
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:66
▸ getSecondaryImageMarginVertial(): number
number
DThemeTableBodyCellActionPromise.getSecondaryImageMarginVertial
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:70
▸ getSecondaryImageRotation(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getSecondaryImageRotation
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:82
▸ getSecondaryImageTintAlpha(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getSecondaryImageTintAlpha
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:78
▸ getSecondaryImageTintColor(state): null | number
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | number
DThemeTableBodyCellActionPromise.getSecondaryImageTintColor
DThemeDarkTableBodyCellSelectPromise.getSecondaryImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:74
▸ getShadow(): null | DShadow
Returns a shadow. If a shadow is null, no shadow is rendered.
null | DShadow
DThemeTableBodyCellActionPromise.getShadow
DThemeDarkTableBodyCellSelectPromise.getShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:171
▸ getTertiaryImageAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellActionPromise.getTertiaryImageAlignHorizontal
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:86
▸ getTertiaryImageAlignVertical(): DAlignVertical
DThemeTableBodyCellActionPromise.getTertiaryImageAlignVertical
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:90
▸ getTertiaryImageAlignWith(): DAlignWith
DThemeTableBodyCellActionPromise.getTertiaryImageAlignWith
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageAlignWith
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:94
▸ getTertiaryImageMarginHorizontal(): number
number
DThemeTableBodyCellActionPromise.getTertiaryImageMarginHorizontal
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageMarginHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:98
▸ getTertiaryImageMarginVertial(): number
number
DThemeTableBodyCellActionPromise.getTertiaryImageMarginVertial
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageMarginVertial
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:102
▸ getTertiaryImageRotation(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getTertiaryImageRotation
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageRotation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:114
▸ getTertiaryImageTintAlpha(state): number
| Name | Type |
|---|---|
state |
DBaseStateSet |
number
DThemeTableBodyCellActionPromise.getTertiaryImageTintAlpha
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageTintAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:110
▸ getTertiaryImageTintColor(state): null | number
| Name | Type |
|---|---|
state |
DBaseStateSet |
null | number
DThemeTableBodyCellActionPromise.getTertiaryImageTintColor
DThemeDarkTableBodyCellSelectPromise.getTertiaryImageTintColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-image-base.ts:106
▸ getTextAlignHorizontal(): DAlignHorizontal
DThemeTableBodyCellActionPromise.getTextAlignHorizontal
DThemeDarkTableBodyCellSelectPromise.getTextAlignHorizontal
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:106
▸ getTextAlignVertical(): DAlignVertical
DThemeTableBodyCellActionPromise.getTextAlignVertical
DThemeDarkTableBodyCellSelectPromise.getTextAlignVertical
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:19
▸ getTextFormatter(): (value: null | VALUE, caller: any) => string
fn
▸ (value, caller): string
| Name | Type |
|---|---|
value |
null | VALUE |
caller |
any |
string
DThemeTableBodyCellActionPromise.getTextFormatter
DThemeDarkTableBodyCellSelectPromise.getTextFormatter
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:43
▸ getTextStyleClipping(): boolean
boolean
DThemeTableBodyCellActionPromise.getTextStyleClipping
DThemeDarkTableBodyCellSelectPromise.getTextStyleClipping
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:31
▸ getTextStyleFitting(): boolean
boolean
DThemeTableBodyCellActionPromise.getTextStyleFitting
DThemeDarkTableBodyCellSelectPromise.getTextStyleFitting
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:35
▸ getTextStyleWordWrap(): DDynamicTextStyleWordWrap
DThemeTableBodyCellActionPromise.getTextStyleWordWrap
DThemeDarkTableBodyCellSelectPromise.getTextStyleWordWrap
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:39
▸ getTextValue(state): undefined | null | VALUE
Returns a text value. Called to get a text vale if there is no text value.
| Name | Type | Description |
|---|---|---|
state |
DBaseStateSet |
a state |
undefined | null | VALUE
DThemeTableBodyCellActionPromise.getTextValue
DThemeDarkTableBodyCellSelectPromise.getTextValue
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:47
▸ getTitle(): string
Returns a tooltip text.
string
DThemeTableBodyCellActionPromise.getTitle
DThemeDarkTableBodyCellSelectPromise.getTitle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:183
▸ 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.
number
DThemeTableBodyCellActionPromise.getWeight
DThemeDarkTableBodyCellSelectPromise.getWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:187
▸ getWhen(): DButtonBaseWhen
Returns when to activate a button.
DThemeTableBodyCellActionPromise.getWhen
DThemeDarkTableBodyCellSelectPromise.getWhen
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:122
▸ getWidth(): DCoordinateSize
Returns a width.
DThemeTableBodyCellActionPromise.getWidth
DThemeDarkTableBodyCellSelectPromise.getWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:102
▸ getX(): DCoordinatePosition
Returns a X coordinate.
DThemeTableBodyCellActionPromise.getX
DThemeDarkTableBodyCellSelectPromise.getX
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:64
▸ getY(): DCoordinatePosition
Returns a Y coordinate.
DThemeTableBodyCellActionPromise.getY
DThemeDarkTableBodyCellSelectPromise.getY
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:68
▸ isOverflowMaskEnabled(): boolean
boolean
DThemeTableBodyCellActionPromise.isOverflowMaskEnabled
DThemeDarkTableBodyCellSelectPromise.isOverflowMaskEnabled
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-text-base.ts:27
▸ isSyncEnabled(): boolean
boolean
DThemeTableBodyCellActionPromise.isSyncEnabled
DThemeDarkTableBodyCellSelectPromise.isSyncEnabled
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-action-promise.ts:26
▸ isToggle(): boolean
Returns true to turn a toggle mode on.
boolean
DThemeTableBodyCellActionPromise.isToggle
DThemeDarkTableBodyCellSelectPromise.isToggle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-button-base.ts:118
▸ newShadow(): null | DShadow
Creates a new shadow.
null | DShadow
DThemeTableBodyCellActionPromise.newShadow
DThemeDarkTableBodyCellSelectPromise.newShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:191
▸ newShadowWeak(): null | DShadow
Creates a new weak shadow.
null | DShadow
DThemeTableBodyCellActionPromise.newShadowWeak
DThemeDarkTableBodyCellSelectPromise.newShadowWeak
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:195
▸ newState(state): void
Returns true if focusable.
| Name | Type |
|---|---|
state |
DBaseStateSet |
void
DThemeTableBodyCellActionPromise.newState
DThemeDarkTableBodyCellSelectPromise.newState
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:179
▸ newTextValue(): DStateAwareOrValueMightBe<null | VALUE>
Returns a new text value. Called to initialize a text value if a text value is not given.
DStateAwareOrValueMightBe<null | VALUE>
DThemeTableBodyCellActionPromise.newTextValue
DThemeDarkTableBodyCellSelectPromise.newTextValue
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-table-body-cell-select-promise.ts:55