| Package | com.esri.ags.events |
| Class | public class DetailsEvent |
| Inheritance | DetailsEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| allDetails : AllDetails
The layer and/or table details returned by getAllDetails() in DetailsTask. | DetailsEvent | ||
| layerDetails : LayerDetails
The layer details returned by getDetails() in DetailsTask when the id is for a layer. | DetailsEvent | ||
| tableDetails : TableDetails
The table details returned by getDetails() in DetailsTask when the id is for a table. | DetailsEvent | ||
| Method | Defined By | ||
|---|---|---|---|
DetailsEvent(type:String, allDetails:AllDetails = null, layerDetails:LayerDetails = null, tableDetails:TableDetails = null)
Creates a new DetailsEvent. | DetailsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| GET_ALL_DETAILS_COMPLETE : String = getAllDetailsComplete [static]
Defines the value of the type property of an getAllDetailsComplete event object. | DetailsEvent | ||
| GET_DETAILS_COMPLETE : String = getDetailsComplete [static]
Defines the value of the type property of an getDetailsComplete event object. | DetailsEvent | ||
| allDetails | property |
public var allDetails:AllDetailsThe layer and/or table details returned by getAllDetails() in DetailsTask.
See also
| layerDetails | property |
public var layerDetails:LayerDetailsThe layer details returned by getDetails() in DetailsTask when the id is for a layer.
See also
| tableDetails | property |
public var tableDetails:TableDetailsThe table details returned by getDetails() in DetailsTask when the id is for a table.
See also
| DetailsEvent | () | Constructor |
public function DetailsEvent(type:String, allDetails:AllDetails = null, layerDetails:LayerDetails = null, tableDetails:TableDetails = null)Creates a new DetailsEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
allDetails:AllDetails (default = null) | |
layerDetails:LayerDetails (default = null) | |
tableDetails:TableDetails (default = null) |
| GET_ALL_DETAILS_COMPLETE | Constant |
public static const GET_ALL_DETAILS_COMPLETE:String = getAllDetailsComplete
Defines the value of the type property of an getAllDetailsComplete event object.
| GET_DETAILS_COMPLETE | Constant |
public static const GET_DETAILS_COMPLETE:String = getDetailsComplete
Defines the value of the type property of an getDetailsComplete event object.