| Package | net.goozo.mx.dockalbe |
| Class | public class FloatPanel |
| Inheritance | FloatPanel ClosablePanel mx.containers.TitleWindow |
| Property | Defined by | ||
|---|---|---|---|
![]() | autoCreatePanelEnabled : Boolean
If autoCreatePanelEnabled is false, the children in this
DockableTabNavigator can only be dropped into another existing
DockableTabNavigator.
| ClosablePanel | |
![]() | floatEnabled : Boolean
floatEnabled indicates whether the children in this tabnavigator
can be dragged out and canverted to a FloatPanel.
| ClosablePanel | |
![]() | lockPanel : 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 | |
![]() | multiTabEnabled : Boolean
multiTabEnabled indicates whether the tabNavigator allows
more than one child.
| ClosablePanel | |
| showResizeButton : Boolean
Show or hide the resize button
| FloatPanel | ||
| Method | Defined by | ||
|---|---|---|---|
|
FloatPanel(fromChild:Container = null)
Constructor
| FloatPanel | ||
| showResizeButton | property |
showResizeButton:Boolean [read-write]Show or hide the resize button
Implementation public function get showResizeButton():Boolean
public function set showResizeButton(value:Boolean):void
| FloatPanel | () | constructor |
public function FloatPanel(fromChild:Container = null)Constructor
ParametersfromChild:Container (default = null) — If fromChild is not an IDockableContainer instance,
a new DockableTabNavigator will be created, and put it as its first
tab child.
|