| Package | com.esri.ags.skins |
| Class | public class EditorSkin |
| Inheritance | EditorSkin spark.skins.SparkSkin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | EditorSkin | ||
| clearSelectionButton | property |
public var clearSelectionButton:ButtonButton for clearing the current selected features.
This property can be used as the source for data binding.
| cutButton | property |
public var cutButton:ToggleButtonButton to perform cut(split) operation on polylines or polygons.
This property can be used as the source for data binding.
| deleteButton | property |
public var deleteButton:ButtonButton for deleting the current selected features.
This property can be used as the source for data binding.
| drawDropDownList | property |
public var drawDropDownList:DropDownListDropDownList 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.
| hostComponent | property |
public var hostComponent:EditorA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| mergeButton | property |
public var mergeButton:ButtonButton to perform merge operation on selected polygons.
This property can be used as the source for data binding.
| operationCompleteLabel | property |
public var operationCompleteLabel:LabelThis property can be used as the source for data binding.
| operationStartLabel | property |
public var operationStartLabel:LabelThis property can be used as the source for data binding.
| redoButton | property |
public var redoButton:ButtonButton to redo an operation.
This property can be used as the source for data binding.
| reshapeButton | property |
public var reshapeButton:ToggleButtonButton to perform reshape operation on selected polyline or polygon.
This property can be used as the source for data binding.
| selectionDropDownList | property |
public var selectionDropDownList:DropDownListDropDownList for different selection options (new, add, subtract).
This property can be used as the source for data binding.
| templatePicker | property |
public var templatePicker:TemplatePickerTemplatePicker to display and pick feature templates.
This property can be used as the source for data binding.
| undoButton | property |
public var undoButton:ButtonButton to undo an operation.
This property can be used as the source for data binding.
| EditorSkin | () | Constructor |
public function EditorSkin()Constructor.