| Package | com.esri.bacore.thematicmapping |
| Class | public class TMValueEvent |
| Inheritance | TMValueEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| error | property |
error:Error [read-only] Optional error object which is specified when thematic value calculation fails.
public function get error():Error| graphic | property |
graphic:Graphic [read-only] Graphic whose thematic value was updated.
public function get graphic():Graphic| valueState | property |
valueState:TMValueState [read-only] Thematic value updating state.
public function get valueState():TMValueState| TMValueEvent | () | Constructor |
public function TMValueEvent(graphic:Graphic, valueState:TMValueState, error:Error)Creates a new instance of the TMValueEvent class.
Parametersgraphic: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.
|
| clone | () | method |
override public function clone():EventCreates a clone of the event.
ReturnsEvent — Shallow copy of the event.
|
| toString | () | method |
override public function toString():StringGets the description of the event.
ReturnsString — String representation of the event.
|
| UPDATED | Constant |
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:
| Property | Value |
|---|---|
babbles | false |
cancelable | false |
currentTarget | The Object that defines the event listener that handles the event. |
error | Optional error object which is specified when thematic value calculation fails. |
graphic | Graphic whose thematic value was updated. |
target | The 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. |
valueState | Thematic value updating state. |