Winter Cardinal UI - v0.442.0 / DTableBodyCellInputIntegerOptions

Interface: DTableBodyCellInputIntegerOptions<ROW, THEME>

DImageBase options.

Type parameters

Name Type
ROW unknown
THEME extends DThemeTableBodyCellInputInteger = DThemeTableBodyCellInputInteger

Hierarchy

Table of contents

Properties

Properties

after

Optional after: UtilHtmlElementAfterOptions

Inherited from

DInputIntegerOptions.after

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:77


background

Optional background: DBaseBackgroundOptions

A background options.

Inherited from

DInputIntegerOptions.background

Defined in

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


before

Optional before: UtilHtmlElementBeforeOptions

Inherited from

DInputIntegerOptions.before

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:76


border

Optional border: DBaseBorderOptions

A border options.

Inherited from

DInputIntegerOptions.border

Defined in

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


children

Optional children: (null | DisplayObject)[]

Children.

Inherited from

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

DInputIntegerOptions.clear

Defined in

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


clipper

Optional clipper: UtilHtmlElementClipperOptions

Inherited from

DInputIntegerOptions.clipper

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:75


corner

Optional corner: number | DBaseCornerOptions

A corner options.

Inherited from

DInputIntegerOptions.corner

Defined in

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


cursor

Optional cursor: DStateAwareOrValueMightBe<string>

A cursor shape.

Inherited from

DInputIntegerOptions.cursor

Defined in

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


description

Optional description: string

Inherited from

DInputIntegerOptions.description

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:37


editing

Optional editing: UtilInputEditingOptions<number>

Inherited from

DInputIntegerOptions.editing

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:38


element

Optional element: UtilHtmlElementElementOptions<HTMLInputElement>

Inherited from

DInputIntegerOptions.element

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:74


height

Optional height: DCoordinateSize

One of the followings:

Inherited from

DInputIntegerOptions.height

Defined in

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


image

Optional image: DImagePieceOptions

Inherited from

DInputIntegerOptions.image

Defined in

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


images

Optional images: DImagePieceOptions[]

Inherited from

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

DInputIntegerOptions.interactive

Defined in

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


mask

Optional mask: boolean

Inherited from

DInputIntegerOptions.mask

Defined in

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


max

Optional max: null | number

Inherited from

DInputIntegerOptions.max

Defined in

src/main/typescript/wcardinal/ui/util/util-input-number.ts:21


min

Optional min: null | number

Inherited from

DInputIntegerOptions.min

Defined in

src/main/typescript/wcardinal/ui/util/util-input-number.ts:20


name

Optional name: string

A name.

Inherited from

DInputIntegerOptions.name

Defined in

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


on

Optional on: DImageBaseOnOptions<number, any>

Mappings of event names and event handlers.

Inherited from

DInputIntegerOptions.on

Defined in

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


outline

Optional outline: DBaseOutlineOptions

An outline options.

Inherited from

DInputIntegerOptions.outline

Defined in

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


padding

Optional padding: number | DBasePaddingOptions

A padding options.

Inherited from

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

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

DInputIntegerOptions.renderable

Defined in

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


select

Optional select: boolean

Inherited from

DInputIntegerOptions.select

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:79


shadow

Optional shadow: null | DBaseShadow

A shadow.

Inherited from

DInputIntegerOptions.shadow

Defined in

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


shortcut

Optional shortcut: string | UtilKeyboardEventShortcut

A shortcut option.

Inherited from

DInputIntegerOptions.shortcut

Defined in

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


shortcuts

Optional shortcuts: (string | UtilKeyboardEventShortcut)[]

A shortcut options.

Inherited from

DInputIntegerOptions.shortcuts

Defined in

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


state

Optional state: string | string[] | DBaseStateOptions

A default state.

Inherited from

DInputIntegerOptions.state

Defined in

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


step

Optional step: null | number

Inherited from

DInputIntegerOptions.step

Defined in

src/main/typescript/wcardinal/ui/util/util-input-number.ts:19


text

Optional text: DTextPieceOptions<number>

Inherited from

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

DInputIntegerOptions.theme

Defined in

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


title

Optional title: string

A tooltip text.

Inherited from

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

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

DInputIntegerOptions.weight

Defined in

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


when

Optional when: "FOCUSED" | "CLICKED" | "DOUBLE_CLICKED" | "ALWAYS" | UtilHtmlElementWhen

Inherited from

DInputIntegerOptions.when

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:78


width

Optional width: DCoordinateSize

One of the followings:

Inherited from

DInputIntegerOptions.width

Defined in

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


x

Optional x: DCoordinatePosition

One of the followings:

Inherited from

DInputIntegerOptions.x

Defined in

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


y

Optional y: DCoordinatePosition

One of the followings:

Inherited from

DInputIntegerOptions.y

Defined in

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