Packagenet.systemeD.potlatch2.mapfeatures.editors
Classpublic class SpeedChoice
InheritanceSpeedChoice Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  description : String
[read-only]
SpeedChoice
  isEditable : Boolean
SpeedChoice
  scalar : String
[read-only]
SpeedChoice
  unit : String
[read-only]
SpeedChoice
  value : String
SpeedChoice
Public Methods
 MethodDefined by
  
SpeedChoice(speedStr:String)
SpeedChoice
  
isTagMatch(tagValue:String):Boolean
SpeedChoice
Property detail
descriptionproperty
description:String  [read-only]

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

Implementation
    public function get description():String
isEditableproperty 
isEditable:Boolean  [read-write]

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

Implementation
    public function get isEditable():Boolean
    public function set isEditable(value:Boolean):void
scalarproperty 
scalar:String  [read-only]

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

Implementation
    public function get scalar():String
unitproperty 
unit:String  [read-only]

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

Implementation
    public function get unit():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
Constructor detail
SpeedChoice()constructor
public function SpeedChoice(speedStr:String)Parameters
speedStr:String
Method detail
isTagMatch()method
public function isTagMatch(tagValue:String):BooleanParameters
tagValue:String

Returns
Boolean