Winter Cardinal UI - v0.442.0 / EShapeActionRuntimeMiscInputNumber

Class: EShapeActionRuntimeMiscInputNumber

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionRuntimeMiscInputNumber(value): EShapeActionRuntimeMiscInputNumber

Parameters

Name Type
value EShapeActionValueMisc

Returns

EShapeActionRuntimeMiscInputNumber

Inherited from

EShapeActionRuntimeMiscInputInput.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:28

Properties

condition

Protected Readonly condition: EShapeActionExpression<null | string>

Inherited from

EShapeActionRuntimeMiscInputInput.condition

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:34


onInputAction

Protected onInputAction: EShapeActionValueOnInputAction

Inherited from

EShapeActionRuntimeMiscInputInput.onInputAction

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:26


reset

Readonly reset: number

Inherited from

EShapeActionRuntimeMiscInputInput.reset

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:16


target

Protected Readonly target: EShapeActionExpression<null | string>

Inherited from

EShapeActionRuntimeMiscInputInput.target

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:25


utils

Protected utils: Map<EShape, UtilInputNumber<UtilInputNumberTarget, UtilInputNumberOperation, UtilThemeInputNumber, UtilInputNumberOptions>>

Inherited from

EShapeActionRuntimeMiscInputInput.utils

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:35


WORK

Static Protected Optional WORK: Point

Inherited from

EShapeActionRuntimeMiscInputInput.WORK

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:33

Methods

containsPoint

containsPoint(shape, runtime, point): boolean

Parameters

Name Type
shape EShape
runtime EShapeRuntime
point Point

Returns

boolean

Inherited from

EShapeActionRuntimeMiscInputInput.containsPoint

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:141


execute

execute(shape, runtime, time): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
time number

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.execute

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:26


getClipperExRects

getClipperExRects(shape, result): void

Parameters

Name Type
shape EShape
result UtilHtmlElementClipperExRects

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.getClipperExRects

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:188


getClipperToRect

getClipperToRect(shape, runtime, resolution, point, result): null | Rectangle

Parameters

Name Type
shape EShape
runtime EShapeRuntime
resolution number
point Point
result Rectangle

Returns

null | Rectangle

Inherited from

EShapeActionRuntimeMiscInputInput.getClipperToRect

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:177


getElementMatrix

getElementMatrix(shape, runtime): null | Matrix

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

null | Matrix

Inherited from

EShapeActionRuntimeMiscInputInput.getElementMatrix

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:172


getElementRect

getElementRect(shape, runtime, resolution, point, result): null | Rectangle

Parameters

Name Type
shape EShape
runtime EShapeRuntime
resolution number
point Point
result Rectangle

Returns

null | Rectangle

Inherited from

EShapeActionRuntimeMiscInputInput.getElementRect

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:154


getPadding

getPadding(shape, runtime): null | UtilHtmlElementPadding

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

null | UtilHtmlElementPadding

Inherited from

EShapeActionRuntimeMiscInputInput.getPadding

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:112


getUtil

getUtil(shape, runtime): UtilInputNumber<UtilInputNumberTarget, UtilInputNumberOperation, UtilThemeInputNumber, UtilInputNumberOptions>

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

UtilInputNumber<UtilInputNumberTarget, UtilInputNumberOperation, UtilThemeInputNumber, UtilInputNumberOptions>

Inherited from

EShapeActionRuntimeMiscInputInput.getUtil

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:43


initialize

initialize(shape, runtime): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.initialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:22


newElementCreator

newElementCreator(shape, runtime): undefined | UtilHtmlElementCreator<HTMLInputElement>

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

undefined | UtilHtmlElementCreator<HTMLInputElement>

Inherited from

EShapeActionRuntimeMiscInputInput.newElementCreator

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:105


newOperation

newOperation(shape, runtime): UtilInputOperation<number, HTMLInputElement>

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

UtilInputOperation<number, HTMLInputElement>

Inherited from

EShapeActionRuntimeMiscInputInput.newOperation

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:34


newUtil

newUtil(shape, runtime): UtilInputNumber<UtilInputNumberTarget, UtilInputNumberOperation, UtilThemeInputNumber, UtilInputNumberOptions>

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

UtilInputNumber<UtilInputNumberTarget, UtilInputNumberOperation, UtilThemeInputNumber, UtilInputNumberOptions>

Inherited from

EShapeActionRuntimeMiscInputInput.newUtil

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:53


newUtilOptions

newUtilOptions(shape, runtime): UtilHtmlElementOptions<HTMLInputElement>

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

UtilHtmlElementOptions<HTMLInputElement>

Inherited from

EShapeActionRuntimeMiscInputInput.newUtilOptions

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:113


onBlur

onBlur(shape, runtime): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onBlur

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:226


onClick

onClick(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onClick

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:42


onDblClick

onDblClick(shape, runtime, e, interactionManager): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e MouseEvent | TouchEvent
interactionManager InteractionManager

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onDblClick

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:238


onDown

onDown(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onDown

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:234


onDowning

onDowning(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onDowning

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:230


onFocus

onFocus(shape, runtime): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onFocus

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:222


onKeyDown

onKeyDown(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onKeyDown

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:91


onKeyUp

onKeyUp(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onKeyUp

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:95


onMove

onMove(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onMove

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:63


onOut

onOut(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onOut

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:71


onOver

onOver(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onOver

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:67


onPressed

onPressed(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onPressed

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:83


onRender

onRender(shape, runtime, time, renderer): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
time number
renderer Renderer

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRender

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:218


onResize

onResize(shape, runtime): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onResize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:30


onRightClick

onRightClick(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightClick

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:99


onRightDown

onRightDown(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightDown

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:107


onRightDowning

onRightDowning(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightDowning

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:103


onRightPressed

onRightPressed(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightPressed

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:119


onRightUnpressed

onRightUnpressed(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightUnpressed

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:123


onRightUp

onRightUp(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightUp

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:111


onRightUpOutside

onRightUpOutside(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onRightUpOutside

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:115


onUnpressed

onUnpressed(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onUnpressed

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:87


onUp

onUp(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onUp

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:75


onUpOutside

onUpOutside(shape, runtime, e): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
e KeyboardEvent | InteractionEvent

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onUpOutside

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:79


onValueChange

onValueChange(shape, runtime, newValue, oldValue): void

Parameters

Name Type
shape EShape
runtime EShapeRuntime
newValue number
oldValue number

Returns

void

Inherited from

EShapeActionRuntimeMiscInputInput.onValueChange

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:116


toWhen

toWhen(shape, runtime): undefined | UtilHtmlElementWhen

Parameters

Name Type
shape EShape
runtime EShapeRuntime

Returns

undefined | UtilHtmlElementWhen

Inherited from

EShapeActionRuntimeMiscInputInput.toWhen

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:133