Subcontext is a simple proxy that owns 'real' components in a particular context namespace
meta_context:BaseContext [read-only]
This property can be used as the source for data binding.
Implementation
public function get meta_context():BaseContext
meta_name:String [read-only]
This property can be used as the source for data binding.
Implementation
public function get meta_name():String
public function Subcontext(name:String = null, context:BaseContext = null)Parameters
| name:String (default = null) |
| |
| context:BaseContext (default = null) |
public override function dispatchEvent(event:Event):Boolean
Dispatch a context event in the current subcontext
Parameters
Returns
| Boolean — event sent (returned from Flex dispatchEvent)
|
flash_proxy override function getProperty(name:*):*Parameters
Returns
public function meta_init(name:String, context:BaseContext):voidParameters
public function meta_internalGetProperty(propertyName:*):*Parameters
Returns
public function meta_internalSetProperty(propertyName:*, value:*):voidParameters
public function raiseEvent(type:String, ... params):void
Dispatch a context event
Parameters
| type:String — event type
|
| |
| ... params — optional event parameters
|
flash_proxy override function setProperty(name:*, value:*):voidParameters