Winter Cardinal UI - v0.442.0 / DPickerDatetimeOptions

Interface: DPickerDatetimeOptions<THEME>

DBase options.

Type parameters

Name Type
THEME extends DThemePickerDatetime = DThemePickerDatetime

Hierarchy

Table of contents

Properties

Properties

back

Optional back: null | DPickerDatetimeButtonBackOptions<unknown, DThemePickerDatetimeButtonBack<unknown>>

Defined in

src/main/typescript/wcardinal/ui/d-picker-datetime.ts:40


background

Optional background: DBaseBackgroundOptions

A background options.

Inherited from

DPickerTimeOptions.background

Defined in

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


border

Optional border: DBaseBorderOptions

A border options.

Inherited from

DPickerTimeOptions.border

Defined in

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


bounds

Optional bounds: DPickerTimeBoundsOptions

Inherited from

DPickerTimeOptions.bounds

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:28


children

Optional children: (null | DisplayObject)[]

Children.

Inherited from

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

DPickerTimeOptions.clear

Defined in

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


corner

Optional corner: number | DBaseCornerOptions

A corner options.

Inherited from

DPickerTimeOptions.corner

Defined in

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


cursor

Optional cursor: DStateAwareOrValueMightBe<string>

A cursor shape.

Inherited from

DPickerTimeOptions.cursor

Defined in

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


date

Optional date: DPickerDatetimeDateOptions

Defined in

src/main/typescript/wcardinal/ui/d-picker-datetime.ts:44


day

Optional day: DPickerDatetimeDayOptions

Defined in

src/main/typescript/wcardinal/ui/d-picker-datetime.ts:42


height

Optional height: DCoordinateSize

One of the followings:

Inherited from

DPickerTimeOptions.height

Defined in

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


hours

Optional hours: DInputIntegerOptions<DThemeInputInteger>

Inherited from

DPickerTimeOptions.hours

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:21


interactive

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

An interactivity option.

Inherited from

DPickerTimeOptions.interactive

Defined in

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


label

Optional label: DPickerDatetimeLabelOptions<DThemePickerDatetimeLabel>

Defined in

src/main/typescript/wcardinal/ui/d-picker-datetime.ts:43


margin

Optional margin: number

Inherited from

DPickerTimeOptions.margin

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:20


mask

Optional mask: number | "NONE" | "ALL" | "DATE" | "HOURS" | "MINUTES" | "SECONDS" | "TIME" | ("NONE" | "ALL" | "DATE" | "HOURS" | "MINUTES" | "SECONDS" | "TIME")[]

Inherited from

DPickerTimeOptions.mask

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:24


minutes

Optional minutes: DInputIntegerOptions<DThemeInputInteger>

Inherited from

DPickerTimeOptions.minutes

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:22


name

Optional name: string

A name.

Inherited from

DPickerTimeOptions.name

Defined in

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


next

Optional next: null | DPickerDatetimeButtonNextOptions<unknown, DThemePickerDatetimeButtonNext<unknown>>

Defined in

src/main/typescript/wcardinal/ui/d-picker-datetime.ts:41


on

Optional on: DBaseOnOptions<any>

Mappings of event names and event handlers.

Inherited from

DPickerTimeOptions.on

Defined in

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


outline

Optional outline: DBaseOutlineOptions

An outline options.

Inherited from

DPickerTimeOptions.outline

Defined in

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


padding

Optional padding: number | DBasePaddingOptions

A padding options.

Inherited from

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

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

DPickerTimeOptions.renderable

Defined in

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


seconds

Optional seconds: DInputIntegerOptions<DThemeInputInteger>

Inherited from

DPickerTimeOptions.seconds

Defined in

src/main/typescript/wcardinal/ui/d-picker-time.ts:23


shadow

Optional shadow: null | DBaseShadow

A shadow.

Inherited from

DPickerTimeOptions.shadow

Defined in

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


shortcut

Optional shortcut: string | UtilKeyboardEventShortcut

A shortcut option.

Inherited from

DPickerTimeOptions.shortcut

Defined in

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


shortcuts

Optional shortcuts: (string | UtilKeyboardEventShortcut)[]

A shortcut options.

Inherited from

DPickerTimeOptions.shortcuts

Defined in

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


state

Optional state: string | string[] | DBaseStateOptions

A default state.

Inherited from

DPickerTimeOptions.state

Defined in

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


theme

Optional theme: string | THEME

A theme or a theme name.

Inherited from

DPickerTimeOptions.theme

Defined in

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


title

Optional title: string

A tooltip text.

Inherited from

DPickerTimeOptions.title

Defined in

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


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

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

DPickerTimeOptions.weight

Defined in

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


width

Optional width: DCoordinateSize

One of the followings:

Inherited from

DPickerTimeOptions.width

Defined in

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


x

Optional x: DCoordinatePosition

One of the followings:

Inherited from

DPickerTimeOptions.x

Defined in

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


y

Optional y: DCoordinatePosition

One of the followings:

Inherited from

DPickerTimeOptions.y

Defined in

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