Winter Cardinal UI - v0.442.0 / DTableBodyCellColorOptions
DButtonColor options.
Name | Type |
---|---|
ROW |
unknown |
THEME |
extends DThemeTableBodyCellColor = DThemeTableBodyCellColor |
DButtonColorOptions
<THEME
>
↳ DTableBodyCellColorOptions
• Optional
background: DBaseBackgroundOptions
A background options.
DButtonColorOptions.background
src/main/typescript/wcardinal/ui/d-base.ts:496
• Optional
border: DBaseBorderOptions
A border options.
src/main/typescript/wcardinal/ui/d-base.ts:499
• Optional
children: (null
| DisplayObject
)[]
Children.
src/main/typescript/wcardinal/ui/d-base.ts:399
• Optional
clear: number
| "NONE"
| "BOTH"
| "BEFORE"
| "AFTER"
A clear type used by DLayoutVertical and DLayoutHorizontal.
src/main/typescript/wcardinal/ui/d-base.ts:508
• Optional
corner: number
| DBaseCornerOptions
A corner options.
src/main/typescript/wcardinal/ui/d-base.ts:471
• Optional
cursor: DStateAwareOrValueMightBe
<string
>
A cursor shape.
src/main/typescript/wcardinal/ui/d-base.ts:511
• Optional
dialog: DDialogColorOptions
<DThemeDialogColor
>
A dialog to pick a color.
src/main/typescript/wcardinal/ui/d-button-color.ts:44
• Optional
group: DButtonGroup
<DButtonBase
<any
, any
, any
>, DButtonGroupOptions
<DButtonBase
<any
, any
, any
>, any
>>
A button group.
src/main/typescript/wcardinal/ui/d-button-base.ts:73
• Optional
height: DCoordinateSize
One of the followings:
src/main/typescript/wcardinal/ui/d-base.ts:442
• Optional
image: DImagePieceOptions
src/main/typescript/wcardinal/ui/d-image-base.ts:38
• Optional
images: DImagePieceOptions
[]
src/main/typescript/wcardinal/ui/d-image-base.ts:39
• Optional
interactive: number
| "NONE"
| "SELF"
| "CHILDREN"
| "BOTH"
An interactivity option.
DButtonColorOptions.interactive
src/main/typescript/wcardinal/ui/d-base.ts:465
• Optional
mask: boolean
src/main/typescript/wcardinal/ui/d-text-base.ts:37
• Optional
name: string
A name.
src/main/typescript/wcardinal/ui/d-base.ts:402
• Optional
on: DButtonColorOnOptions
<any
>
Mappings of event names and handlers.
src/main/typescript/wcardinal/ui/d-button-color.ts:46
• Optional
outline: DBaseOutlineOptions
An outline options.
src/main/typescript/wcardinal/ui/d-base.ts:502
• Optional
padding: number
| DBasePaddingOptions
A padding options.
src/main/typescript/wcardinal/ui/d-base.ts:468
• Optional
parent: Container
A parent.
In the case of UI classes which pop up (e.g., DDialog and DMenu),
if multiple application instances are there, better to set
this to an application.stage
so that they pick a right application.
By default, they assume the last created application is
the one they belong to at the time when they are created.
src/main/typescript/wcardinal/ui/d-base.ts:396
• Optional
renderable: boolean
A renderability. Unlike visible, non-renderable element occupies a space. Set to true to make DBase renderable. Set to false to make DBase not renderable. The default value is true.
DButtonColorOptions.renderable
src/main/typescript/wcardinal/ui/d-base.ts:459
• Optional
shadow: null
| DBaseShadow
A shadow.
src/main/typescript/wcardinal/ui/d-base.ts:505
• Optional
shortcut: string
| UtilKeyboardEventShortcut
A shortcut option.
src/main/typescript/wcardinal/ui/d-base.ts:490
• Optional
shortcuts: (string
| UtilKeyboardEventShortcut
)[]
A shortcut options.
src/main/typescript/wcardinal/ui/d-base.ts:493
• Optional
state: string
| string
[] | DBaseStateOptions
A default state.
src/main/typescript/wcardinal/ui/d-base.ts:462
• Optional
text: DTextPieceOptions
<DColorAndAlpha
>
src/main/typescript/wcardinal/ui/d-text-base.ts:36
• Optional
theme: string
| THEME
A theme or a theme name.
src/main/typescript/wcardinal/ui/d-base.ts:474
• Optional
title: string
A tooltip text.
src/main/typescript/wcardinal/ui/d-base.ts:487
• Optional
toggle: boolean
True to turn a toggle mode on.
src/main/typescript/wcardinal/ui/d-button-base.ts:68
• Optional
visible: boolean
A visibility. Set to true to make DBase visible. Set to false to make DBase invisible. The default value is true.
src/main/typescript/wcardinal/ui/d-base.ts:450
• Optional
weight: number
A weight used by DLayoutVertical and DLayoutHorizontal.
src/main/typescript/wcardinal/ui/d-base.ts:484
• Optional
when: "CLICKED"
| "DOUBLE_CLICKED"
| DButtonBaseWhen
An option when to activate a button.
src/main/typescript/wcardinal/ui/d-button-base.ts:78
• Optional
width: DCoordinateSize
One of the followings:
src/main/typescript/wcardinal/ui/d-base.ts:432
• Optional
x: DCoordinatePosition
One of the followings:
src/main/typescript/wcardinal/ui/d-base.ts:412
• Optional
y: DCoordinatePosition
One of the followings: