Packagecom.esri.ags.events
Classpublic class DetailsEvent
InheritanceDetailsEvent Inheritance flash.events.Event

Since : ArcGIS API for Flex 2.0

Represents event objects that are specific to DetailsTask.

See also

com.esri.ags.tasks.DetailsTask


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
DetailsEvent(type:String, allDetails:AllDetails = null, layerDetails:LayerDetails = null, tableDetails:TableDetails = null)
Creates a new DetailsEvent.
DetailsEvent
Public Constants
 ConstantDefined 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
Property Detail
allDetailsproperty
public var allDetails:AllDetails

The layer and/or table details returned by getAllDetails() in DetailsTask.

See also

layerDetailsproperty 
public var layerDetails:LayerDetails

The layer details returned by getDetails() in DetailsTask when the id is for a layer.

See also

tableDetailsproperty 
public var tableDetails:TableDetails

The table details returned by getDetails() in DetailsTask when the id is for a table.

See also

Constructor Detail
DetailsEvent()Constructor
public function DetailsEvent(type:String, allDetails:AllDetails = null, layerDetails:LayerDetails = null, tableDetails:TableDetails = null)

Creates a new DetailsEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
allDetails:AllDetails (default = null)
 
layerDetails:LayerDetails (default = null)
 
tableDetails:TableDetails (default = null)
Constant Detail
GET_ALL_DETAILS_COMPLETEConstant
public static const GET_ALL_DETAILS_COMPLETE:String = getAllDetailsComplete

Defines the value of the type property of an getAllDetailsComplete event object.

GET_DETAILS_COMPLETEConstant 
public static const GET_DETAILS_COMPLETE:String = getDetailsComplete

Defines the value of the type property of an getDetailsComplete event object.