Winter Cardinal UI - v0.442.0 / DInputIntegerAndLabelOptions

Interface: DInputIntegerAndLabelOptions<THEME>

DBase options.

Type parameters

Name Type
THEME extends DThemeInputAndLabel = DThemeInputAndLabel

Hierarchy

Table of contents

Properties

Properties

background

Optional background: DBaseBackgroundOptions

A background options.

Inherited from

DInputAndLabelOptions.background

Defined in

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


border

Optional border: DBaseBorderOptions

A border options.

Inherited from

DInputAndLabelOptions.border

Defined in

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


children

Optional children: (null | DisplayObject)[]

Children.

Inherited from

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

DInputAndLabelOptions.clear

Defined in

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


column

Optional column: number

Inherited from

DInputAndLabelOptions.column

Defined in

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


corner

Optional corner: number | DLayoutCornerOptions

A corner options.

Inherited from

DInputAndLabelOptions.corner

Defined in

src/main/typescript/wcardinal/ui/d-layout.ts:32


cursor

Optional cursor: DStateAwareOrValueMightBe<string>

A cursor shape.

Inherited from

DInputAndLabelOptions.cursor

Defined in

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


direction

Optional direction: "VERTICAL" | "HORIZONTAL" | DLayoutDirection

Inherited from

DInputAndLabelOptions.direction

Defined in

src/main/typescript/wcardinal/ui/d-layout.ts:35


height

Optional height: DCoordinateSize

One of the followings:

Inherited from

DInputAndLabelOptions.height

Defined in

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


input

Optional input: DInputIntegerOptions<DThemeInputInteger>

Inherited from

DInputAndLabelOptions.input

Defined in

src/main/typescript/wcardinal/ui/d-input-and-label.ts:24


interactive

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

An interactivity option.

Inherited from

DInputAndLabelOptions.interactive

Defined in

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


label

Optional label: DInputLabelOptions<unknown, DThemeText<unknown>>

Inherited from

DInputAndLabelOptions.label

Defined in

src/main/typescript/wcardinal/ui/d-input-and-label.ts:25


margin

Optional margin: number | DLayoutMarginOptions

Inherited from

DInputAndLabelOptions.margin

Defined in

src/main/typescript/wcardinal/ui/d-layout.ts:31


name

Optional name: string

A name.

Inherited from

DInputAndLabelOptions.name

Defined in

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


on

Optional on: DBaseOnOptions<any>

Mappings of event names and event handlers.

Inherited from

DInputAndLabelOptions.on

Defined in

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


outline

Optional outline: DBaseOutlineOptions

An outline options.

Inherited from

DInputAndLabelOptions.outline

Defined in

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


padding

Optional padding: number | DBasePaddingOptions

A padding options.

Inherited from

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

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

DInputAndLabelOptions.renderable

Defined in

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


reverse

Optional reverse: boolean

Inherited from

DInputAndLabelOptions.reverse

Defined in

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


row

Optional row: number

Inherited from

DInputAndLabelOptions.row

Defined in

src/main/typescript/wcardinal/ui/d-layout.ts:33


shadow

Optional shadow: null | DBaseShadow

A shadow.

Inherited from

DInputAndLabelOptions.shadow

Defined in

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


shortcut

Optional shortcut: string | UtilKeyboardEventShortcut

A shortcut option.

Inherited from

DInputAndLabelOptions.shortcut

Defined in

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


shortcuts

Optional shortcuts: (string | UtilKeyboardEventShortcut)[]

A shortcut options.

Inherited from

DInputAndLabelOptions.shortcuts

Defined in

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


space

Optional space: DLayoutSpaceOptions<DThemeLayoutSpace>

Inherited from

DInputAndLabelOptions.space

Defined in

src/main/typescript/wcardinal/ui/d-input-and-label.ts:26


state

Optional state: string | string[] | DBaseStateOptions

A default state.

Inherited from

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

DInputAndLabelOptions.theme

Defined in

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


title

Optional title: string

A tooltip text.

Inherited from

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

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

DInputAndLabelOptions.weight

Defined in

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


width

Optional width: DCoordinateSize

One of the followings:

Inherited from

DInputAndLabelOptions.width

Defined in

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


x

Optional x: DCoordinatePosition

One of the followings:

Inherited from

DInputAndLabelOptions.x

Defined in

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


y

Optional y: DCoordinatePosition

One of the followings:

Inherited from

DInputAndLabelOptions.y

Defined in

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