| Package | com.esri.ags.tasks.supportClasses |
| Class | public class FindResult |
| Inheritance | FindResult flash.events.EventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| displayFieldName : String
The name of the layer's primary display field. | FindResult | ||
| feature : Graphic
The found feature. | FindResult | ||
| foundFieldName : String
The name of the field that contains the search text. | FindResult | ||
| layerId : Number
Unique ID of the layer that contains the feature. | FindResult | ||
| layerName : String
The layer name that contains the feature. | FindResult | ||
| value : String
The value of the Find result. | FindResult | ||
| displayFieldName | property |
displayFieldName:StringThe name of the layer's primary display field. The value of this property matches the name of one of the fields of the feature.
This property can be used as the source for data binding.
public function get displayFieldName():String public function set displayFieldName(value:String):void| feature | property |
feature:GraphicThe found feature.
This property can be used as the source for data binding.
public function get feature():Graphic public function set feature(value:Graphic):void| foundFieldName | property |
foundFieldName:StringThe name of the field that contains the search text.
This property can be used as the source for data binding.
public function get foundFieldName():String public function set foundFieldName(value:String):void| layerId | property |
layerId:NumberUnique ID of the layer that contains the feature.
This property can be used as the source for data binding.
public function get layerId():Number public function set layerId(value:Number):void| layerName | property |
layerName:StringThe layer name that contains the feature.
This property can be used as the source for data binding.
public function get layerName():String public function set layerName(value:String):void| value | property |
value:StringThe value of the Find result.
This property can be used as the source for data binding.
public function get value():String public function set value(value:String):void