Winter Cardinal UI - v0.457.0 / EShapeActionRuntimeMiscInput
| Name | Type |
|---|---|
VALUE |
unknown |
ELEMENT |
extends HTMLInputElement | HTMLTextAreaElement = HTMLInputElement | HTMLTextAreaElement |
UTIL |
extends UtilInput<VALUE, ELEMENT> = UtilInput<VALUE, ELEMENT> |
EShapeActionRuntimeMiscHtmlElementBase<ELEMENT, UTIL>
↳ EShapeActionRuntimeMiscInput
• new EShapeActionRuntimeMiscInput<VALUE, ELEMENT, UTIL>(value): EShapeActionRuntimeMiscInput<VALUE, ELEMENT, UTIL>
| Name | Type |
|---|---|
VALUE |
unknown |
ELEMENT |
extends HTMLInputElement | HTMLTextAreaElement = HTMLInputElement | HTMLTextAreaElement |
UTIL |
extends UtilInput<VALUE, ELEMENT, UtilInputTarget, UtilInputOperation<VALUE, ELEMENT>, UtilThemeInput<VALUE, ELEMENT>, UtilInputOptions<VALUE, ELEMENT>> = UtilInput<VALUE, ELEMENT, UtilInputTarget, UtilInputOperation<VALUE, ELEMENT>, UtilThemeInput<VALUE, ELEMENT>, UtilInputOptions<VALUE, ELEMENT>> |
| Name | Type |
|---|---|
value |
EShapeActionValueMisc |
EShapeActionRuntimeMiscInput<VALUE, ELEMENT, UTIL>
EShapeActionRuntimeMiscHtmlElementBase\<ELEMENT, UTIL\>.constructor
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:28
• Protected Readonly condition: EShapeActionExpression<null | string>
EShapeActionRuntimeMiscHtmlElementBase.condition
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:34
• Protected onInputAction: EShapeActionValueOnInputAction
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:26
• Readonly reset: number
EShapeActionRuntimeMiscHtmlElementBase.reset
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:16
• Protected Readonly target: EShapeActionExpression<null | string>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:25
• Protected utils: Map<EShape, UTIL>
EShapeActionRuntimeMiscHtmlElementBase.utils
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:35
▪ Static Protected Optional WORK: Point
EShapeActionRuntimeMiscHtmlElementBase.WORK
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:33
▸ containsPoint(shape, runtime, point): boolean
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
point |
Point |
boolean
EShapeActionRuntimeMiscHtmlElementBase.containsPoint
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:141
▸ execute(shape, runtime, time): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
time |
number |
void
EShapeActionRuntimeMiscHtmlElementBase.execute
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:26
▸ getClipperExRects(shape, result): void
| Name | Type |
|---|---|
shape |
EShape |
result |
UtilHtmlElementClipperExRects |
void
EShapeActionRuntimeMiscHtmlElementBase.getClipperExRects
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:188
▸ getClipperToRect(shape, runtime, resolution, point, result): null | Rectangle
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
resolution |
number |
point |
Point |
result |
Rectangle |
null | Rectangle
EShapeActionRuntimeMiscHtmlElementBase.getClipperToRect
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:177
▸ getElementMatrix(shape, runtime): null | Matrix
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
null | Matrix
EShapeActionRuntimeMiscHtmlElementBase.getElementMatrix
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:172
▸ getElementRect(shape, runtime, resolution, point, result): null | Rectangle
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
resolution |
number |
point |
Point |
result |
Rectangle |
null | Rectangle
EShapeActionRuntimeMiscHtmlElementBase.getElementRect
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:154
▸ getPadding(shape, runtime): null | UtilHtmlElementPadding
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
null | UtilHtmlElementPadding
EShapeActionRuntimeMiscHtmlElementBase.getPadding
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:112
▸ getUtil(shape, runtime): UTIL
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
UTIL
EShapeActionRuntimeMiscHtmlElementBase.getUtil
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:43
▸ initialize(shape, runtime): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeMiscHtmlElementBase.initialize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:22
▸ newElementCreator(shape, runtime): undefined | UtilHtmlElementCreator<ELEMENT>
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
undefined | UtilHtmlElementCreator<ELEMENT>
EShapeActionRuntimeMiscHtmlElementBase.newElementCreator
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:105
▸ newOperation(shape, runtime): UtilInputOperation<VALUE, ELEMENT>
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
UtilInputOperation<VALUE, ELEMENT>
EShapeActionRuntimeMiscHtmlElementBase.newOperation
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:34
▸ newUtil(shape, runtime): UTIL
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
UTIL
EShapeActionRuntimeMiscHtmlElementBase.newUtil
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:53
▸ newUtilOptions(shape, runtime): UtilHtmlElementOptions<ELEMENT>
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
UtilHtmlElementOptions<ELEMENT>
EShapeActionRuntimeMiscHtmlElementBase.newUtilOptions
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:113
▸ onBlur(shape, runtime): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeMiscHtmlElementBase.onBlur
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:226
▸ onClick(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:42
▸ onDblClick(shape, runtime, e, interactionManager): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
MouseEvent | TouchEvent |
interactionManager |
InteractionManager |
void
EShapeActionRuntimeMiscHtmlElementBase.onDblClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:238
▸ onDown(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:234
▸ onDowning(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:230
▸ onFocus(shape, runtime): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeMiscHtmlElementBase.onFocus
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:222
▸ onKeyDown(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onKeyDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:91
▸ onKeyUp(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onKeyUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:95
▸ onMove(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onMove
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:63
▸ onOut(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onOut
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:71
▸ onOver(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onOver
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:67
▸ onPressed(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:83
▸ onRender(shape, runtime, time, renderer): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
time |
number |
renderer |
Renderer |
void
EShapeActionRuntimeMiscHtmlElementBase.onRender
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:218
▸ onResize(shape, runtime): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
void
EShapeActionRuntimeMiscHtmlElementBase.onResize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:30
▸ onRightClick(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:99
▸ onRightDown(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:107
▸ onRightDowning(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:103
▸ onRightPressed(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:119
▸ onRightUnpressed(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:123
▸ onRightUp(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:111
▸ onRightUpOutside(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onRightUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:115
▸ onUnpressed(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:87
▸ onUp(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:75
▸ onUpOutside(shape, runtime, e): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
e |
KeyboardEvent | InteractionEvent |
void
EShapeActionRuntimeMiscHtmlElementBase.onUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:79
▸ onValueChange(shape, runtime, newValue, oldValue): void
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
newValue |
VALUE |
oldValue |
VALUE |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-input.ts:116
▸ toWhen(shape, runtime): undefined | UtilHtmlElementWhen
| Name | Type |
|---|---|
shape |
EShape |
runtime |
EShapeRuntime |
undefined | UtilHtmlElementWhen
EShapeActionRuntimeMiscHtmlElementBase.toWhen
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-misc-html-element-base.ts:133