Packageflexlib.events
Classpublic class SuperTabEvent
InheritanceSuperTabEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  tabIndex : Number
SuperTabEvent
Public Methods
 MethodDefined By
  
SuperTabEvent(type:String, tabIndex:Number = -1, bubbles:Boolean = false, cancelable:Boolean = false)
SuperTabEvent
  
clone():Event
[override]
SuperTabEvent
Public Constants
 ConstantDefined By
  TAB_CLOSE : String = tabClose
[static]
SuperTabEvent
  TAB_UPDATED : String = tabUpdated
[static]
SuperTabEvent
Property Detail
tabIndexproperty
public var tabIndex:Number

Constructor Detail
SuperTabEvent()Constructor
public function SuperTabEvent(type:String, tabIndex:Number = -1, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
tabIndex:Number (default = -1)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
TAB_CLOSEConstant
public static const TAB_CLOSE:String = tabClose

TAB_UPDATEDConstant 
public static const TAB_UPDATED:String = tabUpdated