Packagenet.systemeD.potlatch2.mapfeatures.editors
Classpublic class Choice
InheritanceChoice Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  description : String = ""
Choice
  icon : ByteArray = null
Choice
  label : String = ""
Choice
  match : String
[write-only]
Choice
  value : String = "null"
Choice
Public Methods
 MethodDefined by
  
imageLoaded(url:String, data:ByteArray):void
Choice
  
isTagMatch(tagValue:String):Boolean
Choice
Property detail
descriptionproperty
public var description:String = ""

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

iconproperty 
public var icon:ByteArray = null

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

labelproperty 
public var label:String = ""

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

matchproperty 
match:String  [write-only]Implementation
    public function set match(value:String):void
valueproperty 
public var value:String = "null"

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

Method detail
imageLoaded()method
public function imageLoaded(url:String, data:ByteArray):voidParameters
url:String
 
data:ByteArray
isTagMatch()method 
public function isTagMatch(tagValue:String):BooleanParameters
tagValue:String

Returns
Boolean