Packageorg.spicefactory.parsley.core.events
Classpublic class ContextConfigurationEvent
InheritanceContextConfigurationEvent Inheritance flash.events.Event

Event that fires when a new Context gets configured that is associated with a view root. The event allows listeners in the view hierarchy above to transparently add configuration artifacts before the Context gets built.



Public Properties
 PropertyDefined By
  config : BootstrapConfig
[read-only] The configuration to be used for the new Context.
ContextConfigurationEvent
  viewParent : Context
The parent Context found in the view hierarchy.
ContextConfigurationEvent
Public Constants
 ConstantDefined By
  CONFIGURE_CONTEXT : String = configureContext
[static] Constant for the type of bubbling event fired when a new Context gets configured that is associated with a view root.
ContextConfigurationEvent
Property Detail
configproperty
config:BootstrapConfig  [read-only]

The configuration to be used for the new Context.


Implementation
    public function get config():BootstrapConfig
viewParentproperty 
viewParent:Context

The parent Context found in the view hierarchy.


Implementation
    public function get viewParent():Context
    public function set viewParent(value:Context):void
Constant Detail
CONFIGURE_CONTEXTConstant
public static const CONFIGURE_CONTEXT:String = configureContext

Constant for the type of bubbling event fired when a new Context gets configured that is associated with a view root. The event allows listeners in the view hierarchy above to transparently add configuration artifacts before the Context gets built.