API / geotoolkit / report / edit / properties / ElementDescriptorFactory / ElementDescriptorFactory
properties.ElementDescriptorFactory.ElementDescriptorFactory
Define property descriptors factory
Constructors
Methods
▸ Static hasPropertyDescriptor(elementType, iPropertiesType): boolean
Check if property descriptor exists
| Name | Type | Description |
|---|---|---|
elementType | any | element type |
iPropertiesType | ClassType<any> | properties type |
boolean
▸ Static registerPropertiesDescriptor(elementType, iPropertiesType, resolver?): ElementDescriptorFactory
Register property descriptor
| Name | Type | Description |
|---|---|---|
elementType | any | element type |
iPropertiesType | ClassType<any> | element access interface |
Optional resolver | ClassType<any> | PropertyTypeResolver | access interface constructor |