Packagenet.goozo.mx.dockalbe
Classpublic class DockablePanel
InheritanceDockablePanel Inheritance ClosablePanel Inheritance mx.containers.TitleWindow

A DockablePanel instance is always in a DockableHDivideedBox or DockableVDivideedBox. It can be dragged and dropped in to another DockableDivideedBox. Or it can be dragged and released at some empty space, then the DockablePanel will be removed and a FloatPanel that cantains all its children will be created.



Public Properties
 PropertyDefined by
 InheritedautoCreatePanelEnabled : Boolean
If autoCreatePanelEnabled is false, the children in this DockableTabNavigator can only be dropped into another existing DockableTabNavigator.
ClosablePanel
  floatEnabled : Boolean
[read-only] floatEnabled is true when its childContainer is floatEnabled and lockPanel is set to false.
DockablePanel
 InheritedlockPanel : Boolean = false
Set lockPanel to true so that the panel can not be converted to FloatPanel.( If it's a DockablePanel ) And if lockPanel is set to true, the panel won't be removed by the system even if all it's children have be removed.
ClosablePanel
 InheritedmultiTabEnabled : Boolean
multiTabEnabled indicates whether the tabNavigator allows more than one child.
ClosablePanel
Public Methods
 MethodDefined by
  
DockablePanel(fromChild:Container = null)
Constructor
DockablePanel
Property detail
floatEnabledproperty
floatEnabled:Boolean  [read-only]

floatEnabled is true when its childContainer is floatEnabled and lockPanel is set to false.

Implementation
    public function get floatEnabled():Boolean
Constructor detail
DockablePanel()constructor
public function DockablePanel(fromChild:Container = null)

Constructor

Parameters
fromChild:Container (default = null) — If fromChild is not an IDockableContainer instance, a new DockableTabNavigator will be created, and put it as its first tab child.