Packagenet.goozo.mx.dockalbe
Classpublic class FloatPanel
InheritanceFloatPanel Inheritance ClosablePanel Inheritance mx.containers.TitleWindow

FloatPanel is a draggable and resizable titled window class. A FloatPanel instance lays above all the DockablePanel. The parent of the FloatPanel is either a Canvas instance or an Application instance. The first DockableDevidedBox placed on the stage will search its parents to find a Canvas instance or an Application instance. And all the FloatPanel created later instances will use it as its parent.



Public Properties
 PropertyDefined by
 InheritedautoCreatePanelEnabled : Boolean
If autoCreatePanelEnabled is false, the children in this DockableTabNavigator can only be dropped into another existing DockableTabNavigator.
ClosablePanel
 InheritedfloatEnabled : Boolean
floatEnabled indicates whether the children in this tabnavigator can be dragged out and canverted to a FloatPanel.
ClosablePanel
 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
  showResizeButton : Boolean
Show or hide the resize button
FloatPanel
Public Methods
 MethodDefined by
  
FloatPanel(fromChild:Container = null)
Constructor
FloatPanel
Property detail
showResizeButtonproperty
showResizeButton:Boolean  [read-write]

Show or hide the resize button

Implementation
    public function get showResizeButton():Boolean
    public function set showResizeButton(value:Boolean):void
Constructor detail
FloatPanel()constructor
public function FloatPanel(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.