Winter Cardinal UI - v0.442.0 / EShapeDataMappingImpl
• new EShapeDataMappingImpl(): EShapeDataMappingImpl
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:14
• values: EShapeDataMappingValue
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:12
▸ add(value
, index?
): this
Name | Type |
---|---|
value |
EShapeDataMappingValue |
index? |
number |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:18
▸ addAll(values
): this
Name | Type |
---|---|
values |
EShapeDataMappingValue [] |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:28
▸ clear(): this
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:96
▸ clearAndAdd(value
): this
Name | Type |
---|---|
value |
EShapeDataMappingValue |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:36
▸ clearAndAddAll(values
): this
Name | Type |
---|---|
values |
EShapeDataMappingValue [] |
this
EShapeDataMapping.clearAndAddAll
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:42
▸ copy(target
): void
Name | Type |
---|---|
target |
EShapeDataMapping |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:113
▸ deserialize(target
, manager
): void
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:137
▸ get(index
): null
| EShapeDataMappingValue
Name | Type |
---|---|
index |
number |
null
| EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:70
▸ indexOf(target
): number
Name | Type |
---|---|
target |
EShapeDataMappingValue |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:48
▸ remove(index
): null
| EShapeDataMappingValue
Name | Type |
---|---|
index |
number |
null
| EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:88
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:117
▸ set(index
, value
): null
| EShapeDataMappingValue
Name | Type |
---|---|
index |
number |
value |
EShapeDataMappingValue |
null
| EShapeDataMappingValue
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:78
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:101
▸ swap(indexA
, indexB
): this
Name | Type |
---|---|
indexA |
number |
indexB |
number |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapping-impl.ts:105