| Package | org.spicefactory.parsley.core.events |
| Class | public class ContextConfigurationEvent |
| Inheritance | ContextConfigurationEvent flash.events.Event |
| Property | Defined 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 | ||
| Constant | Defined 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 | ||
| config | property |
config:BootstrapConfig [read-only] The configuration to be used for the new Context.
public function get config():BootstrapConfig| viewParent | property |
viewParent:ContextThe parent Context found in the view hierarchy.
public function get viewParent():Context public function set viewParent(value:Context):void| CONFIGURE_CONTEXT | Constant |
public static const CONFIGURE_CONTEXT:String = configureContextConstant 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.