Packagecom.esri.bacore.thematicmapping
Classpublic class TMValueEvent
InheritanceTMValueEvent Inheritance flash.events.Event

The TMValueEvent is dispatched when a thematic value is updated.



Public Properties
 PropertyDefined By
  error : Error
[read-only] Optional error object which is specified when thematic value calculation fails.
TMValueEvent
  graphic : Graphic
[read-only] Graphic whose thematic value was updated.
TMValueEvent
  valueState : TMValueState
[read-only] Thematic value updating state.
TMValueEvent
Public Methods
 MethodDefined By
  
TMValueEvent(graphic:Graphic, valueState:TMValueState, error:Error)
Creates a new instance of the TMValueEvent class.
TMValueEvent
  
clone():Event
[override] Creates a clone of the event.
TMValueEvent
  
toString():String
[override] Gets the description of the event.
TMValueEvent
Public Constants
 ConstantDefined By
  UPDATED : String = tmValueUpdated
[static] The TMValueEvent.UPDATED constant defines the value of the type property of the event object for a tmValueUpdated event.
TMValueEvent
Property Detail
errorproperty
error:Error  [read-only]

Optional error object which is specified when thematic value calculation fails.


Implementation
    public function get error():Error
graphicproperty 
graphic:Graphic  [read-only]

Graphic whose thematic value was updated.


Implementation
    public function get graphic():Graphic
valueStateproperty 
valueState:TMValueState  [read-only]

Thematic value updating state.


Implementation
    public function get valueState():TMValueState
Constructor Detail
TMValueEvent()Constructor
public function TMValueEvent(graphic:Graphic, valueState:TMValueState, error:Error)

Creates a new instance of the TMValueEvent class.

Parameters
graphic:Graphic — Graphic whose thematic value was updated.
 
valueState:TMValueState — Thematic value updating state.
 
error:Error — Optional error object which is specified when thematic value calculation fails.
Method Detail
clone()method
override public function clone():Event

Creates a clone of the event.

Returns
Event — Shallow copy of the event.
toString()method 
override public function toString():String

Gets the description of the event.

Returns
String — String representation of the event.
Constant Detail
UPDATEDConstant
public static const UPDATED:String = tmValueUpdated

The TMValueEvent.UPDATED constant defines the value of the type property of the event object for a tmValueUpdated event.

The properties of the event object have the following values:

PropertyValue
babblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event.
errorOptional error object which is specified when thematic value calculation fails.
graphicGraphic whose thematic value was updated.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
valueStateThematic value updating state.