Packagenet.goozo.mx.dockalbe
Classpublic class DockableHDividedBox
InheritanceDockableHDividedBox Inheritance mx.containers.HDividedBox
Implementsnet.goozo.mx.dockalbe.IDockableDividedBox

DockableHDividedBox and DockableVDividedBox can be used just as regular DividedBox in the MXML file. But do not use them in actionscript file at run time, because they will be created and removed automaticly according to the layout of the DockablePanel instances.



Public Methods
 MethodDefined by
  
DockableHDividedBox
  
removeChild(child:DisplayObject):DisplayObject
If there is only one child after the removing.
DockableHDividedBox
Constructor detail
DockableHDividedBox()constructor
public function DockableHDividedBox()
Method detail
removeChild()method
public override function removeChild(child:DisplayObject):DisplayObject

If there is only one child after the removing. The DockableHDividedBox itself will be removed, and its child will be add to its parent.

Parameters
child:DisplayObject

Returns
DisplayObject