Winter Cardinal UI - v0.442.0 / EShapeActionValueOpenDialog

Class: EShapeActionValueOpenDialog

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueOpenDialog(condition, target, onInputAction, initial, step, min, max, dialogType): EShapeActionValueOpenDialog

Parameters

Name Type
condition string
target string
onInputAction EShapeActionValueOnInputAction
initial string
step string
min string
max string
dialogType EShapeActionValueOpenDialogTypeNew

Returns

EShapeActionValueOpenDialog

Overrides

EShapeActionValueSubtyped.constructor

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:89

Properties

condition

Readonly condition: string

Inherited from

EShapeActionValueSubtyped.condition

Defined in

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


dialogType

Readonly dialogType: EShapeActionValueOpenDialogTypeNew

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:87


initial

Readonly initial: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:83


max

Readonly max: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:86


min

Readonly min: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:85


onInputAction

Readonly onInputAction: EShapeActionValueOnInputAction

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:82


step

Readonly step: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:84


subtype

Readonly subtype: 12

Inherited from

EShapeActionValueSubtyped.subtype

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-subtyped.ts:13


target

Readonly target: string

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:81


type

Readonly type: number

Inherited from

EShapeActionValueSubtyped.type

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:15


THEME

Static Protected Optional THEME: EThemeShapeActionValue

Inherited from

EShapeActionValueSubtyped.THEME

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:13

Methods

getTheme

getTheme(): EThemeShapeActionValue

Returns

EThemeShapeActionValue

Inherited from

EShapeActionValueSubtyped.getTheme

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:31


isEquals

isEquals(value): boolean

Parameters

Name Type
value EShapeActionValue

Returns

boolean

Overrides

EShapeActionValueSubtyped.isEquals

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:109


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Overrides

EShapeActionValueSubtyped.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:142


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueSubtyped.toLabel

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-base.ts:27


toRuntime

toRuntime(): EShapeActionRuntime

Returns

EShapeActionRuntime

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:123


deserialize

deserialize(serialized, manager): EShapeActionValueOpenDialog

Parameters

Name Type
serialized EShapeActionValueOpenDialogSerialized
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueOpenDialog

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:154


toDialogType

toDialogType(serialized): EShapeActionValueOpenDialogTypeNew

Parameters

Name Type
serialized EShapeActionValueOpenDialogSerialized

Returns

EShapeActionValueOpenDialogTypeNew

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-open-dialog.ts:177