Packagenet.goozo.mx.dockalbe
Classpublic class ChildChangeEvent
InheritanceChildChangeEvent Inheritance flash.events.Event

Represents events that are dispatched when the selected child is changed in a DockableTabNavigator



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
ChildChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
ChildChangeEvent
Public Constants
 ConstantDefined by
  CHILD_CHANGE : String = "childChange"
[static] Represents events that are dispatched when the selected child is changed in a DockableTabNavigator
ChildChangeEvent
Property detail
newTitleproperty
public var newTitle:String = ""

newTitle is the title of the new selected child.

useCloseButtonproperty 
public var useCloseButton:Boolean = false

If the new selected child is closable, show the close button.

Constructor detail
ChildChangeEvent()constructor
public function ChildChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type: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.
Constant detail
CHILD_CHANGEconstant
public static const CHILD_CHANGE:String = "childChange"

Represents events that are dispatched when the selected child is changed in a DockableTabNavigator