Packagenet.systemeD.potlatch2.mapfeatures.editors
Classpublic class SingleTagEditor
InheritanceSingleTagEditor Inheritance mx.containers.Box
SubclassesCheckboxEditor, ChoiceEditor, FreeTextEditor, NumberEditor, SliderEditor, SpeedEditor



Public Properties
 PropertyDefined by
  entity : Entity
[write-only]
SingleTagEditor
  factory : SingleTagEditorFactory
[write-only]
SingleTagEditor
  fieldDescription : String
[read-only]
SingleTagEditor
  fieldDirection : String
[read-only]
SingleTagEditor
  fieldName : String
[read-only]
SingleTagEditor
  value : String
SingleTagEditor
Protected Properties
 PropertyDefined by
  _entity : Entity
SingleTagEditor
  _factory : SingleTagEditorFactory
SingleTagEditor
Property detail
_entityproperty
protected var _entity:Entity
entityproperty 
entity:Entity  [write-only]Implementation
    public function set entity(value:Entity):void
_factoryproperty 
protected var _factory:SingleTagEditorFactory
factoryproperty 
factory:SingleTagEditorFactory  [write-only]Implementation
    public function set factory(value:SingleTagEditorFactory):void
fieldDescriptionproperty 
fieldDescription:String  [read-only]

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

Implementation
    public function get fieldDescription():String
fieldDirectionproperty 
fieldDirection:String  [read-only]

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

Implementation
    public function get fieldDirection():String
fieldNameproperty 
fieldName:String  [read-only]

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

Implementation
    public function get fieldName():String
valueproperty 
value:String  [read-write]

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

Implementation
    public function get value():String
    public function set value(value:String):void