Winter Cardinal UI - v0.442.0 / EShapeDataMapperImpl

Class: EShapeDataMapperImpl

An EShape data mapper.

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeDataMapperImpl(source?): EShapeDataMapperImpl

Parameters

Name Type
source? null | string

Returns

EShapeDataMapperImpl

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:14

Properties

_sources

Protected _sources: null | string[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:12


SPANS

Static Protected SPANS: number[] = []

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:11


WILDCARD

Static Protected WILDCARD: string = "*"

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:10

Methods

map

map(value, destinations, initial): boolean

Parameters

Name Type
value EShapeDataValue
destinations null | string[]
initial string

Returns

boolean

Implementation of

EShapeDataMapper.map

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:18


newSources

newSources(source?): null | string[]

Parameters

Name Type
source? null | string

Returns

null | string[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:80


split

split(target?): null | string[]

Parameters

Name Type
target? null | string

Returns

null | string[]

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:91