| Package | net.goozo.mx.dockalbe |
| Class | public class DockablePanel |
| Inheritance | DockablePanel 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 [read-only]
floatEnabled is true when its childContainer is floatEnabled
and
lockPanel is set to false. | DockablePanel | ||
![]() | 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 | |
| Method | Defined by | ||
|---|---|---|---|
|
DockablePanel(fromChild:Container = null)
Constructor
| DockablePanel | ||
| floatEnabled | property |
floatEnabled:Boolean [read-only]
floatEnabled is true when its childContainer is floatEnabled
and lockPanel is set to false.
public function get floatEnabled():Boolean
| DockablePanel | () | constructor |
public function DockablePanel(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.
|