| Package | com.flextoolbox.containers |
| Class | public class PopUpInitializer |
| Inheritance | PopUpInitializer flash.events.EventDispatcher |
| Implements | mx.core.IMXMLObject |
Default MXML Propertycontrols
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:toolbox="http://www.flextoolbox.com/2006/mxml">
<toolbox:PopUpInitializer>
<mx:TitleWindow title="An Example Pop-Up"
x="50" y="50" width="200" height="200"/>
</toolbox:PopUpInitializer>
</mx:Application>
| Property | Defined by | ||
|---|---|---|---|
| controls : Array
The UIComponent controls to be added to a layout container on the
PopUpManager.
| PopUpInitializer | ||
| controlsInitialized : Boolean [read-only]
Indicates whether the controls have been added to the PopUpManager.
| PopUpInitializer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| PopUpInitializer | ||
|
cleanup():void
Removes the initialized children from the PopUpManager.
| PopUpInitializer | ||
| controls | property |
controls:Array [read-write]The UIComponent controls to be added to a layout container on the PopUpManager.
Implementation public function get controls():Array
public function set controls(value:Array):void
— Controls may not be added after the PopUpInitializer has initialized.
|
| controlsInitialized | property |
controlsInitialized:Boolean [read-only]Indicates whether the controls have been added to the PopUpManager.
This property can be used as the source for data binding.
Implementation public function get controlsInitialized():Boolean
| PopUpInitializer | () | constructor |
public function PopUpInitializer()Constructor.
| cleanup | () | method |
public function cleanup():voidRemoves the initialized children from the PopUpManager.