| Package | com.jeffdePascale.fosfr.navigation.graphicalNav |
| Class | public class GraphicalNavEvent |
| Inheritance | GraphicalNavEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| id : uint [read-only]
| GraphicalNavEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
GraphicalNavEvent(type:String, __id:uint, bubbles:Boolean = false, cancelable:Boolean = false)
| GraphicalNavEvent | ||
|
clone():Event
| GraphicalNavEvent | ||
|
toString():String
| GraphicalNavEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CHANGE : String = "change" [static]
| GraphicalNavEvent | ||
| id | property |
id:uint [read-only]Implementation
public function get id():uint
| GraphicalNavEvent | () | constructor |
public function GraphicalNavEvent(type:String, __id:uint, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
__id:uint |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| toString | () | method |
public override function toString():String
Returns
String |
| CHANGE | constant |
public static const CHANGE:String = "change"