| Package | net.goozo.mx.dockalbe |
| Interface | public interface IDockableTabChild extends mx.core.IContainer |
| Property | Defined by | ||
|---|---|---|---|
| closeTabEnabled : Boolean [read-only]
Tell the parent DockableTabNavigator whether this child can be closed
or not.
| IDockableTabChild | ||
| Method | Defined by | ||
|---|---|---|---|
|
closeTab():Boolean
DockableTabNavigator call this function to close its child if
the user clicks the close button.
| IDockableTabChild | ||
| closeTabEnabled | property |
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
| closeTab | () | method |
public function closeTab():BooleanDockableTabNavigator call this function to close its child if the user clicks the close button.
ReturnsBoolean — If true, the parent will remove this child.
If false, the parent will do nothing.
|