Winter Cardinal UI - v0.442.0 / EShapeActionValueSubtyped

Class: EShapeActionValueSubtyped<SUBTYPE>

Type parameters

Name Type
SUBTYPE extends number

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueSubtyped<SUBTYPE>(type, condition, subtype): EShapeActionValueSubtyped<SUBTYPE>

Type parameters

Name Type
SUBTYPE extends number

Parameters

Name Type
type number
condition string
subtype SUBTYPE

Returns

EShapeActionValueSubtyped<SUBTYPE>

Overrides

EShapeActionValueBase.constructor

Defined in

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

Properties

condition

Readonly condition: string

Inherited from

EShapeActionValueBase.condition

Defined in

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


subtype

Readonly subtype: SUBTYPE

Defined in

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


type

Readonly type: number

Inherited from

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

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

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

EShapeActionValueBase.isEquals

Defined in

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


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Inherited from

EShapeActionValueBase.serialize

Defined in

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


toLabel

toLabel(): string

Returns

string

Inherited from

EShapeActionValueBase.toLabel

Defined in

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


toRuntime

toRuntime(): EShapeActionRuntime

Returns

EShapeActionRuntime

Inherited from

EShapeActionValueBase.toRuntime

Defined in

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