Winter Cardinal UI - v0.442.0 / EShapeActionRuntimeOpenDialogReal
A base class of action runtimes.
EShapeActionRuntimeOpenDialog
<number
>
↳ EShapeActionRuntimeOpenDialogReal
• new EShapeActionRuntimeOpenDialogReal(value
): EShapeActionRuntimeOpenDialogReal
Name | Type |
---|---|
value |
EShapeActionValueOpenDialog |
EShapeActionRuntimeOpenDialogReal
EShapeActionRuntimeOpenDialog.constructor
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog-real.ts:17
• Protected
Readonly
condition: EShapeActionExpression
<boolean
>
EShapeActionRuntimeOpenDialog.condition
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-conditional.ts:13
• Protected
initial: EShapeActionExpression
<number
>
EShapeActionRuntimeOpenDialog.initial
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog-real.ts:15
• Protected
isOpened: boolean
EShapeActionRuntimeOpenDialog.isOpened
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:23
• Protected
max: EShapeActionExpression
<null
| number
>
EShapeActionRuntimeOpenDialog.max
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:27
• Protected
min: EShapeActionExpression
<null
| number
>
EShapeActionRuntimeOpenDialog.min
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:26
• Protected
onInputAction: EShapeActionValueOnInputAction
EShapeActionRuntimeOpenDialog.onInputAction
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:22
• Readonly
reset: number
EShapeActionRuntimeOpenDialog.reset
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:16
• Protected
step: EShapeActionExpression
<null
| number
>
EShapeActionRuntimeOpenDialog.step
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:25
• Protected
Readonly
target: EShapeActionExpression
<null
| string
>
EShapeActionRuntimeOpenDialog.target
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:21
▪ Static
Protected
Optional
DIALOG: DDialogInputReal
<DThemeDialogInputReal
, DDialogInputRealOptions
<DThemeDialogInputReal
>>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog-real.ts:14
▸ execute(shape
, runtime
, time
): void
Called to execute this action for the given shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
time |
number |
a current time |
void
EShapeActionRuntimeOpenDialog.execute
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog.ts:39
▸ initialize(shape
, runtime
): void
Called to initialize this action runtime for the given shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
void
EShapeActionRuntimeOpenDialog.initialize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:22
▸ onBlur(shape
, runtime
): void
Called when a shape losees a focuse.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
void
EShapeActionRuntimeOpenDialog.onBlur
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:38
▸ onClick(shape
, runtime
, e
): void
Called when a shape is clicked.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:42
▸ onDblClick(shape
, runtime
, e
, manager
): void
Called when a shape is double clicked.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
MouseEvent | TouchEvent |
an event object |
manager |
InteractionManager |
the interaction manager |
void
EShapeActionRuntimeOpenDialog.onDblClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:46
▸ onDown(shape
, runtime
, e
): void
Called when a pointer or a key get pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:59
▸ onDowning(shape
, runtime
, e
): void
Called when a pointer or a key are about to be pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:55
▸ onFocus(shape
, runtime
): void
Called when a shape get focused.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
void
EShapeActionRuntimeOpenDialog.onFocus
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:34
▸ onKeyDown(shape
, runtime
, e
): void
Called when a key is pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onKeyDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:91
▸ onKeyUp(shape
, runtime
, e
): void
Called when a key is released on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onKeyUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:95
▸ onMove(shape
, runtime
, e
): void
Called when a pointer is moved on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onMove
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:63
▸ onOut(shape
, runtime
, e
): void
Called when a pointer gets out of a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onOut
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:71
▸ onOver(shape
, runtime
, e
): void
Called when a pointer gets on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onOver
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:67
▸ onPressed(shape
, runtime
, e
): void
Called when a shape is pressed.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:83
▸ onRender(shape
, runtime
, time
, renderer
): void
Called when a shape get rendered.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
time |
number |
- |
renderer |
Renderer |
- |
void
EShapeActionRuntimeOpenDialog.onRender
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:127
▸ onResize(shape
, runtime
): void
Called when the shape size is changed.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
void
EShapeActionRuntimeOpenDialog.onResize
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:30
▸ onRightClick(shape
, runtime
, e
): void
Called when a shape is right-clicked.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightClick
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:99
▸ onRightDown(shape
, runtime
, e
): void
Called when a secondary button gets pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightDown
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:107
▸ onRightDowning(shape
, runtime
, e
): void
Called when a secondary button is about to be pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightDowning
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:103
▸ onRightPressed(shape
, runtime
, e
): void
Called when a secondary button is pressed on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightPressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:119
▸ onRightUnpressed(shape
, runtime
, e
): void
Called when a secondary button is released on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:123
▸ onRightUp(shape
, runtime
, e
): void
Called when a secondary button gets released on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:111
▸ onRightUpOutside(shape
, runtime
, e
): void
Called when a secondary button get released outside of a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onRightUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:115
▸ onUnpressed(shape
, runtime
, e
): void
Called when a shape is released.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onUnpressed
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:87
▸ onUp(shape
, runtime
, e
): void
Called when a pointer or a key get released on a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onUp
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:75
▸ onUpOutside(shape
, runtime
, e
): void
Called when a pointer or a key get released outside of a shape.
Name | Type | Description |
---|---|---|
shape |
EShape |
a shape |
runtime |
EShapeRuntime |
a runtime |
e |
KeyboardEvent | InteractionEvent |
an event object |
void
EShapeActionRuntimeOpenDialog.onUpOutside
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-base.ts:79
▸ open(shape
, target
, initial
, step
, min
, max
): Promise
<number
>
Name | Type |
---|---|
shape |
EShape |
target |
string |
initial |
number |
step |
null | number |
min |
null | number |
max |
null | number |
Promise
<number
>
EShapeActionRuntimeOpenDialog.open
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-runtime-open-dialog-real.ts:22