| Package | com.asterisq.graph |
| Class | public class GraphItemEvent |
| Inheritance | GraphItemEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| oldValue : * [read-only]
The value of the item's property before the change.
| GraphItemEvent | ||
| propertyName : String [read-only]
The name of the property that changed.
| GraphItemEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
GraphItemEvent(eventType:String, oldValue:String, propertyName:* = null)
Creates a new graph item event.
| GraphItemEvent | ||
|
clone():Event
| GraphItemEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DATA_CHANGE : String = "dataChange" [static] Event type indicating an node or an edge's data changed.
| GraphItemEvent | ||
| EDGES_CHANGE : String = "edgesChange" [static] Event type indicating a node's edges changed.
| GraphItemEvent | ||
| NODES_CHANGE : String = "nodesChange" [static] Event type indicating an edge's nodes changed.
| GraphItemEvent | ||
| oldValue | property |
oldValue:* [read-only]The value of the item's property before the change.
Implementation public function get oldValue():*
| propertyName | property |
propertyName:String [read-only]The name of the property that changed.
Implementation public function get propertyName():String
| GraphItemEvent | () | constructor |
public function GraphItemEvent(eventType:String, oldValue:String, propertyName:* = null)Creates a new graph item event.
ParameterseventType:String |
|
oldValue:String |
|
propertyName:* (default = null) |
| clone | () | method |
public override function clone():EventReturns
Event |
| DATA_CHANGE | constant |
public static const DATA_CHANGE:String = "dataChange"Event type indicating an node or an edge's data changed.
| EDGES_CHANGE | constant |
public static const EDGES_CHANGE:String = "edgesChange"Event type indicating a node's edges changed.
| NODES_CHANGE | constant |
public static const NODES_CHANGE:String = "nodesChange"Event type indicating an edge's nodes changed.