Winter Cardinal UI - v0.442.0 / EShapeActionValueShowHide

Class: EShapeActionValueShowHide

Deprecated

in favor of EShapeActionValueShowHideShape.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeActionValueShowHide(subtype, condition): EShapeActionValueShowHide

Parameters

Name Type
subtype EShapeActionValueShowHideType
condition string

Returns

EShapeActionValueShowHide

Overrides

EShapeActionValueSubtyped.constructor

Defined in

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

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


subtype

Readonly subtype: EShapeActionValueShowHideType

Inherited from

EShapeActionValueSubtyped.subtype

Defined in

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


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

Inherited from

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

Overrides

EShapeActionValueSubtyped.serialize

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide.ts:35


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(): EShapeActionRuntimeShowHide

Returns

EShapeActionRuntimeShowHide

Overrides

EShapeActionValueSubtyped.toRuntime

Defined in

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


deserialize

deserialize(serialized, manager): EShapeActionValueShowHide

Parameters

Name Type
serialized EShapeActionValueShowHideSerialized
manager EShapeResourceManagerDeserialization

Returns

EShapeActionValueShowHide

Defined in

src/main/typescript/wcardinal/ui/shape/action/e-shape-action-value-show-hide.ts:40