| Package | net.goozo.mx.dockalbe |
| Class | public class ChildChangeEvent |
| Inheritance | ChildChangeEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| newTitle : String = ""
newTitle is the title of the new selected child.
| ChildChangeEvent | ||
| useCloseButton : Boolean = false
If the new selected child is closable, show the close button.
| ChildChangeEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ChildChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| ChildChangeEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CHILD_CHANGE : String = "childChange" [static]
Represents events that are dispatched when the selected child is
changed in a DockableTabNavigator
| ChildChangeEvent | ||
| newTitle | property |
public var newTitle:String = ""newTitle is the title of the new selected child.
| useCloseButton | property |
public var useCloseButton:Boolean = falseIf the new selected child is closable, show the close button.
| ChildChangeEvent | () | constructor |
public function ChildChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
|
|
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
|
| CHILD_CHANGE | constant |
public static const CHILD_CHANGE:String = "childChange"Represents events that are dispatched when the selected child is changed in a DockableTabNavigator