Packagenet.goozo.mx.dockalbe
Interfacepublic interface IDockableTabChild extends mx.core.IContainer

Implemented the IDockableTabChild interface if you need a closable tab child in the DockableTabNavigator



Public Properties
 PropertyDefined by
  closeTabEnabled : Boolean
[read-only] Tell the parent DockableTabNavigator whether this child can be closed or not.
IDockableTabChild
Public Methods
 MethodDefined by
  
closeTab():Boolean
DockableTabNavigator call this function to close its child if the user clicks the close button.
IDockableTabChild
Property detail
closeTabEnabledproperty
closeTabEnabled:Boolean  [read-only]

Tell the parent DockableTabNavigator whether this child can be closed or not. If true, the ClosablePanel will show the close button.

Implementation
    public function get closeTabEnabled():Boolean
Method detail
closeTab()method
public function closeTab():Boolean

DockableTabNavigator call this function to close its child if the user clicks the close button.

Returns
Boolean — If true, the parent will remove this child. If false, the parent will do nothing.