| Package | net.goozo.mx.dockalbe |
| Class | public class ClosableTabNavigator |
| Inheritance | ClosableTabNavigator mx.containers.TabNavigator |
| Subclasses | DockableTabNavigator |
| Property | Defined by | ||
|---|---|---|---|
| autoRemove : Boolean = true
If autoRemove is true, it will be removed when
all of its children have been removed.
| ClosableTabNavigator | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ClosableTabNavigator | ||
|
closeChild():void
Try closing the selected tab child.
| ClosableTabNavigator | ||
|
removeChild(child:DisplayObject):DisplayObject
If autoRemove is true, the ClosableTabNavigator itself will
be removed after its last child has been removed.
| ClosableTabNavigator | ||
| autoRemove | property |
public var autoRemove:Boolean = trueIf autoRemove is true, it will be removed when all of its children have been removed.
| ClosableTabNavigator | () | constructor |
public function ClosableTabNavigator()Constructor
| closeChild | () | method |
public function closeChild():voidTry closing the selected tab child.
See also
| removeChild | () | method |
public override function removeChild(child:DisplayObject):DisplayObjectIf autoRemove is true, the ClosableTabNavigator itself will be removed after its last child has been removed.
Parameterschild:DisplayObject |
DisplayObject |