Winter Cardinal UI - v0.442.0 / DTableBodyCellSelectPromiseOptions

Interface: DTableBodyCellSelectPromiseOptions<ROW, VALUE, THEME>

DButton options.

Type parameters

Name Type
ROW unknown
VALUE unknown
THEME extends DThemeTableBodyCellSelectPromise<VALUE> = DThemeTableBodyCellSelectPromise<VALUE>

Hierarchy

Table of contents

Properties

Properties

background

Optional background: DBaseBackgroundOptions

A background options.

Inherited from

DButtonOptions.background

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:496


border

Optional border: DBaseBorderOptions

A border options.

Inherited from

DButtonOptions.border

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:499


children

Optional children: (null | DisplayObject)[]

Children.

Inherited from

DButtonOptions.children

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:399


clear

Optional clear: number | "NONE" | "BOTH" | "BEFORE" | "AFTER"

A clear type used by DLayoutVertical and DLayoutHorizontal.

Inherited from

DButtonOptions.clear

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:508


corner

Optional corner: number | DBaseCornerOptions

A corner options.

Inherited from

DButtonOptions.corner

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:471


cursor

Optional cursor: DStateAwareOrValueMightBe<string>

A cursor shape.

Inherited from

DButtonOptions.cursor

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:511


group

Optional group: DButtonGroup<DButtonBase<any, any, any>, DButtonGroupOptions<DButtonBase<any, any, any>, any>>

A button group.

Inherited from

DButtonOptions.group

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:73


height

Optional height: DCoordinateSize

One of the followings:

Inherited from

DButtonOptions.height

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:442


image

Optional image: DImagePieceOptions

Inherited from

DButtonOptions.image

Defined in

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


images

Optional images: DImagePieceOptions[]

Inherited from

DButtonOptions.images

Defined in

src/main/typescript/wcardinal/ui/d-image-base.ts:39


interactive

Optional interactive: number | "NONE" | "SELF" | "CHILDREN" | "BOTH"

An interactivity option.

Inherited from

DButtonOptions.interactive

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:465


mask

Optional mask: boolean

Inherited from

DButtonOptions.mask

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:37


name

Optional name: string

A name.

Inherited from

DButtonOptions.name

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:402


on

Optional on: DButtonOnOptions<null | VALUE, any>

Mappings of event names and handlers.

Inherited from

DButtonOptions.on

Defined in

src/main/typescript/wcardinal/ui/d-button.ts:34


outline

Optional outline: DBaseOutlineOptions

An outline options.

Inherited from

DButtonOptions.outline

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:502


padding

Optional padding: number | DBasePaddingOptions

A padding options.

Inherited from

DButtonOptions.padding

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:468


parent

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.

Inherited from

DButtonOptions.parent

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:396


renderable

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.

Inherited from

DButtonOptions.renderable

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:459


shadow

Optional shadow: null | DBaseShadow

A shadow.

Inherited from

DButtonOptions.shadow

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:505


shortcut

Optional shortcut: string | UtilKeyboardEventShortcut

A shortcut option.

Inherited from

DButtonOptions.shortcut

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:490


shortcuts

Optional shortcuts: (string | UtilKeyboardEventShortcut)[]

A shortcut options.

Inherited from

DButtonOptions.shortcuts

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:493


state

Optional state: string | string[] | DBaseStateOptions

A default state.

Inherited from

DButtonOptions.state

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:462


sync

Optional sync: boolean

False to stop synchronizing the resolved value and the text.

Defined in

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


text

Optional text: DTextPieceOptions<null | VALUE>

Inherited from

DButtonOptions.text

Defined in

src/main/typescript/wcardinal/ui/d-text-base.ts:36


theme

Optional theme: string | THEME

A theme or a theme name.

Inherited from

DButtonOptions.theme

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:474


title

Optional title: string

A tooltip text.

Inherited from

DButtonOptions.title

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:487


toggle

Optional toggle: boolean

True to turn a toggle mode on.

Inherited from

DButtonOptions.toggle

Defined in

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


visible

Optional visible: boolean

A visibility. Set to true to make DBase visible. Set to false to make DBase invisible. The default value is true.

Inherited from

DButtonOptions.visible

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:450


weight

Optional weight: number

A weight used by DLayoutVertical and DLayoutHorizontal.

Inherited from

DButtonOptions.weight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:484


when

Optional when: "CLICKED" | "DOUBLE_CLICKED" | DButtonBaseWhen

An option when to activate a button.

Inherited from

DButtonOptions.when

Defined in

src/main/typescript/wcardinal/ui/d-button-base.ts:78


width

Optional width: DCoordinateSize

One of the followings:

Inherited from

DButtonOptions.width

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:432


x

Optional x: DCoordinatePosition

One of the followings:

Inherited from

DButtonOptions.x

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:412


y

Optional y: DCoordinatePosition

One of the followings:

Inherited from

DButtonOptions.y

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:422