FeatureForm

constructor(feature: ArcGISFeature)

Creates a FeatureForm for the com.arcgismaps.data.ArcGISFeature. If the feature's com.arcgismaps.mapping.layers.FeatureLayer, com.arcgismaps.data.ArcGISFeatureTable, or the com.arcgismaps.mapping.layers.SubtypeSublayer specific to the feature's com.arcgismaps.data.FeatureSubtype has been authored with a FeatureFormDefinition, then this authored FeatureFormDefinition will be used to create the FeatureForm. If a FeatureFormDefinition is not found, a default definition is generated and used to create the FeatureForm.

Since

200.6.0

Parameters

feature

The com.arcgismaps.data.ArcGISFeature to display in the form.


constructor(feature: ArcGISFeature, definition: FeatureFormDefinition)

Deprecated

since 200.6.0. Use the FeatureForm.FeatureForm instead, which automatically finds an authored definition if available, or generates a default one if not.

Replace with

FeatureForm.FeatureForm(ArcGISFeature)

Create a form that contains a user interface for editing the specified feature.

Since

200.4.0

Parameters

feature

The feature to display in the form.

definition

The feature form definition to use.