Feature Form
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
The com.arcgismaps.data.ArcGISFeature to display in the form.
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
The feature to display in the form.
The feature form definition to use.