Packagecom.esri.ags.skins
Classpublic class EditorSkin
InheritanceEditorSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

The default skin class for the Editor component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  clearSelectionButton : Button
Button for clearing the current selected features.
EditorSkin
  cutButton : ToggleButton
Button to perform cut(split) operation on polylines or polygons.
EditorSkin
  deleteButton : Button
Button for deleting the current selected features.
EditorSkin
  drawDropDownList : DropDownList
DropDownList for different feature creation options.
EditorSkin
  hostComponent : Editor
A strongly typed property that references the component to which this skin is applied.
EditorSkin
  mergeButton : Button
Button to perform merge operation on selected polygons.
EditorSkin
  operationCompleteLabel : Label
EditorSkin
  operationStartLabel : Label
EditorSkin
  redoButton : Button
Button to redo an operation.
EditorSkin
  reshapeButton : ToggleButton
Button to perform reshape operation on selected polyline or polygon.
EditorSkin
  selectionDropDownList : DropDownList
DropDownList for different selection options (new, add, subtract).
EditorSkin
  templatePicker : TemplatePicker
TemplatePicker to display and pick feature templates.
EditorSkin
  undoButton : Button
Button to undo an operation.
EditorSkin
Public Methods
 MethodDefined By
  
Constructor.
EditorSkin
Property Detail
clearSelectionButtonproperty
public var clearSelectionButton:Button

Button for clearing the current selected features.

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

cutButtonproperty 
public var cutButton:ToggleButton

Button to perform cut(split) operation on polylines or polygons.

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

deleteButtonproperty 
public var deleteButton:Button

Button for deleting the current selected features.

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

drawDropDownListproperty 
public var drawDropDownList:DropDownList

DropDownList for different feature creation options. The options are based on FeatureTemplate selected from TemplatePicker.

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

hostComponentproperty 
public var hostComponent:Editor

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.

mergeButtonproperty 
public var mergeButton:Button

Button to perform merge operation on selected polygons.

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

operationCompleteLabelproperty 
public var operationCompleteLabel:Label

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

operationStartLabelproperty 
public var operationStartLabel:Label

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

redoButtonproperty 
public var redoButton:Button

Button to redo an operation.

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

reshapeButtonproperty 
public var reshapeButton:ToggleButton

Button to perform reshape operation on selected polyline or polygon.

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

selectionDropDownListproperty 
public var selectionDropDownList:DropDownList

DropDownList for different selection options (new, add, subtract).

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

templatePickerproperty 
public var templatePicker:TemplatePicker

TemplatePicker to display and pick feature templates.

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

undoButtonproperty 
public var undoButton:Button

Button to undo an operation.

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

Constructor Detail
EditorSkin()Constructor
public function EditorSkin()

Constructor.