Packagecom.esri.ags.components.supportClasses
Classpublic final class FormData
InheritanceFormData Inheritance Object

Since : ArcGIS API for Flex 2.0

An instance of this class is assigned to a form data property when a graphic is shown in the attribute inspector.



Public Properties
 PropertyDefined By
  feature : Graphic
A feature reference.
FormData
  featureLayer : FeatureLayer
A feature layer reference.
FormData
Public Methods
 MethodDefined By
  
FormData(featureLayer:FeatureLayer, feature:Graphic)
Creates a new FormData.
FormData
Property Detail
featureproperty
public var feature:Graphic

A feature reference.

featureLayerproperty 
public var featureLayer:FeatureLayer

A feature layer reference.

Constructor Detail
FormData()Constructor
public function FormData(featureLayer:FeatureLayer, feature:Graphic)

Creates a new FormData.

Parameters
featureLayer:FeatureLayer — Reference to a feature layer.
 
feature:Graphic — Reference to a graphic.