Packagecom.flexicious.events.mvc
Classpublic class NavigationEvent
InheritanceNavigationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  model : ModelBase
The model to launch into view
NavigationEvent
Public Methods
 MethodDefined By
  
NavigationEvent(type:String, model:ModelBase, bubbles:Boolean = true, cancelable:Boolean = false)
NavigationEvent
Public Constants
 ConstantDefined By
  NAVIGATION_CLOSE : String = NAVIGATION_CLOSE
NavigationEvent
  NAVIGATION_OPEN : String = NAVIGATION_OPEN
NavigationEvent
Property Detail
modelproperty
public var model:ModelBase

The model to launch into view

Constructor Detail
NavigationEvent()Constructor
public function NavigationEvent(type:String, model:ModelBase, bubbles:Boolean = true, cancelable:Boolean = false)



Parameters
type:String
 
model:ModelBase
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Constant Detail
NAVIGATION_CLOSEConstant
public const NAVIGATION_CLOSE:String = NAVIGATION_CLOSE

NAVIGATION_OPENConstant 
public const NAVIGATION_OPEN:String = NAVIGATION_OPEN