Packagecom.esri.ags.skins
Classpublic class TemplatePickerSimpleSkin
InheritanceTemplatePickerSimpleSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Alternative skin class for the TemplatePicker component which does not group feature templates by feature layers.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  hostComponent : TemplatePicker
A strongly typed property that references the component to which this skin is applied.
TemplatePickerSimpleSkin
  templateList : List
List to display feature templates.
TemplatePickerSimpleSkin
Public Methods
 MethodDefined By
  
Constructor.
TemplatePickerSimpleSkin
Property Detail
hostComponentproperty
public var hostComponent:TemplatePicker

A strongly typed property that references the component to which this skin is applied.

This property can be used as the source for data binding.

templateListproperty 
public var templateList:List

List to display feature templates.

Constructor Detail
TemplatePickerSimpleSkin()Constructor
public function TemplatePickerSimpleSkin()

Constructor.