Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Controller

Index

Properties

attributes

attributes: Attribute[]

The list of attributes to create the form with.

disabled

disabled: boolean

Whether the fieldset should be disabled or not.

feature

feature: Feature<Geometry>

The feature containing the values.

ngeoEventHelper_

ngeoEventHelper_: EventHelper

properties

properties: Object

The properties bound to the form, initialized with the inner properties of the feature.

scope_

scope_: IScope

updating_

updating_: boolean

While changes happen from the form (from the template), they are applied to the feature inner properties. The 'propertychange' event registered above does the opposite, i.e. it listens to the feature inner properties changes and apply them to the form. To prevent circular issues, while applying changes coming from the form, this flag is set. While set, changes from the feature inner properties are ignored.

Methods

$onDestroy

  • $onDestroy(): void

$onInit

  • $onInit(): void

handleFeaturePropertyChange_

  • handleFeaturePropertyChange_(evt: BaseEvent | Event): void

handleInputChange

  • handleInputChange(name: string): void

sanitize_

  • sanitize_(): void
  • Never keep a undefined values, use null. On boolean, replace null by false. On date, datetime and time replace empty string by null.

    Returns void

Generated using TypeDoc