Package | org.swizframework.core.mxml |
Class | public class Swiz |
Inheritance | Swiz ![]() |
Implements | mx.core.IMXMLObject |
Default MXML PropertybeanProviders
Method | Defined By | ||
---|---|---|---|
Swiz(dispatcher:IEventDispatcher = null, config:ISwizConfig = null, beanFactory:IBeanFactory = null, beanProviders:Array = null, customProcessors:Array = null)
Constructor
| Swiz | ||
initialized(document:Object, id:String):void | Swiz |
Method | Defined By | ||
---|---|---|---|
handleContainerPreinitialize(event:Event):void | Swiz |
Swiz | () | Constructor |
public function Swiz(dispatcher:IEventDispatcher = null, config:ISwizConfig = null, beanFactory:IBeanFactory = null, beanProviders:Array = null, customProcessors:Array = null)
Constructor
Parametersdispatcher:IEventDispatcher (default = null )
| |
config:ISwizConfig (default = null )
| |
beanFactory:IBeanFactory (default = null )
| |
beanProviders:Array (default = null )
| |
customProcessors:Array (default = null )
|
handleContainerPreinitialize | () | method |
protected function handleContainerPreinitialize(event:Event):void
Parameters
event:Event |
initialized | () | method |
public function initialized(document:Object, id:String):void
Parameters
document:Object | |
id:String |
See also