Package | com.flexicious.events.mvc |
Class | public class NavigationEvent |
Inheritance | NavigationEvent ![]() |
Property | Defined By | ||
---|---|---|---|
model : ModelBase
The model to launch into view
| NavigationEvent |
Method | Defined By | ||
---|---|---|---|
NavigationEvent(type:String, model:ModelBase, bubbles:Boolean = true, cancelable:Boolean = false) | NavigationEvent |
Constant | Defined By | ||
---|---|---|---|
NAVIGATION_CLOSE : String = NAVIGATION_CLOSE | NavigationEvent | ||
NAVIGATION_OPEN : String = NAVIGATION_OPEN | NavigationEvent |
model | property |
public var model:ModelBase
The model to launch into view
NavigationEvent | () | Constructor |
public function NavigationEvent(type:String, model:ModelBase, bubbles:Boolean = true, cancelable:Boolean = false)
type:String | |
model:ModelBase | |
bubbles:Boolean (default = true )
| |
cancelable:Boolean (default = false )
|
NAVIGATION_CLOSE | Constant |
public const NAVIGATION_CLOSE:String = NAVIGATION_CLOSE
NAVIGATION_OPEN | Constant |
public const NAVIGATION_OPEN:String = NAVIGATION_OPEN