Packagecom.esri.ags.events
Classpublic class TemplatePickerEvent
InheritanceTemplatePickerEvent Inheritance flash.events.Event

Since : ArcGIS API for Flex 2.0

Represents event objects that are specific to TemplatePicker.

See also

com.esri.ags.components.TemplatePicker


Public Properties
 PropertyDefined By
  selectedTemplate : Template
The new selected template.
TemplatePickerEvent
Public Methods
 MethodDefined By
  
TemplatePickerEvent(type:String, selectedTemplate:Template = null)
Creates a new TemplatePickerEvent.
TemplatePickerEvent
Public Constants
 ConstantDefined By
  SELECTED_TEMPLATE_CHANGE : String = selectedTemplateChange
[static] Defines the value of the type property of a selectedTemplateChange event object.
TemplatePickerEvent
Property Detail
selectedTemplateproperty
public var selectedTemplate:Template

The new selected template.

Constructor Detail
TemplatePickerEvent()Constructor
public function TemplatePickerEvent(type:String, selectedTemplate:Template = null)

Creates a new TemplatePickerEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
selectedTemplate:Template (default = null) — The selected feature template.
Constant Detail
SELECTED_TEMPLATE_CHANGEConstant
public static const SELECTED_TEMPLATE_CHANGE:String = selectedTemplateChange

Defines the value of the type property of a selectedTemplateChange event object.