| Package | net.goozo.mx.dockalbe |
| Class | public class ClosablePanel |
| Inheritance | ClosablePanel mx.containers.TitleWindow |
| Subclasses | DockablePanel, FloatPanel |
| Property | Defined by | ||
|---|---|---|---|
| autoCreatePanelEnabled : Boolean [read-only]
If autoCreatePanelEnabled is false, the children in this
DockableTabNavigator can only be dropped into another existing
DockableTabNavigator.
| ClosablePanel | ||
| floatEnabled : Boolean [read-only]
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 [read-only]
multiTabEnabled indicates whether the tabNavigator allows
more than one child.
| ClosablePanel | ||
| Method | Defined by | ||
|---|---|---|---|
|
ClosablePanel(fromChild:Container = null)
Constructor
| ClosablePanel | ||
| autoCreatePanelEnabled | property |
autoCreatePanelEnabled:Boolean [read-only]If autoCreatePanelEnabled is false, the children in this DockableTabNavigator can only be dropped into another existing DockableTabNavigator. If autoCreatePanelEnabled is true, A DockablePanel or a FloatPanel will be created when necessary. And the child will be put into a new DockableTabNavigator.
Implementation public function get autoCreatePanelEnabled():Boolean
| floatEnabled | property |
floatEnabled:Boolean [read-only]floatEnabled indicates whether the children in this tabnavigator can be dragged out and canverted to a FloatPanel.
Implementation public function get floatEnabled():Boolean
| lockPanel | property |
public var lockPanel:Boolean = falseSet 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.
| multiTabEnabled | property |
multiTabEnabled:Boolean [read-only]multiTabEnabled indicates whether the tabNavigator allows more than one child.
Implementation public function get multiTabEnabled():Boolean
| ClosablePanel | () | constructor |
public function ClosablePanel(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.
|