Packagenet.goozo.mx.dockalbe
Classpublic class ClosableTabNavigator
InheritanceClosableTabNavigator Inheritance mx.containers.TabNavigator
SubclassesDockableTabNavigator

ClosableTabNavigator is the base class of DockableTabNavigator



Public Properties
 PropertyDefined by
  autoRemove : Boolean = true
If autoRemove is true, it will be removed when all of its children have been removed.
ClosableTabNavigator
Public Methods
 MethodDefined 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
Property detail
autoRemoveproperty
public var autoRemove:Boolean = true

If autoRemove is true, it will be removed when all of its children have been removed.

Constructor detail
ClosableTabNavigator()constructor
public function ClosableTabNavigator()

Constructor

Method detail
closeChild()method
public function closeChild():void

Try closing the selected tab child.

See also

removeChild()method 
public override function removeChild(child:DisplayObject):DisplayObject

If autoRemove is true, the ClosableTabNavigator itself will be removed after its last child has been removed.

Parameters
child:DisplayObject

Returns
DisplayObject