| Package | com.yworks.graph.model |
| Class | public class SelectionEvent |
| Inheritance | SelectionEvent flash.events.Event |
IModelItem
is selected or deselected.
| Property | Defined by | ||
|---|---|---|---|
| item : IModelItem
[read-only]
The selected item.
| SelectionEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SelectionEvent(type:String, item:IModelItem)
Constructor.
| SelectionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DESELECT : String = "deselect" [static]
| SelectionEvent | ||
| SELECT : String = "select" [static]
| SelectionEvent | ||
| item | property |
| SelectionEvent | () | constructor |
public function SelectionEvent(type:String, item:IModelItem)Constructor.
Parameterstype:String — The event type
|
|
item:IModelItem — the selected item
|
| DESELECT | constant |
public static const DESELECT:String = "deselect"
| SELECT | constant |
public static const SELECT:String = "select"