Packagecom.yahoo.yui
Classpublic class YUIAdapter
InheritanceYUIAdapter Inheritance flash.display.Sprite
SubclassesCharts, Uploader



Protected Properties
 PropertyDefined by
  elementID : String
The element id that references the SWF in the HTML.
YUIAdapter
  javaScriptEventHandler : String
The globally accessible JavaScript function that accepts events through ExternalInterface.
YUIAdapter
Public Methods
 MethodDefined by
  
Constructor.
YUIAdapter
Protected Methods
 MethodDefined by
  
To be overridden by subclasses to add ExternalInterface callbacks.
YUIAdapter
  
log(message:Object, category:String = null):void
Sends a log message to the YUI Logger.
YUIAdapter
  
showFatalError(message:Object):void
YUIAdapter
Property detail
elementIDproperty
protected var elementID:String

The element id that references the SWF in the HTML.

javaScriptEventHandlerproperty 
protected var javaScriptEventHandler:String

The globally accessible JavaScript function that accepts events through ExternalInterface.

Constructor detail
YUIAdapter()constructor
public function YUIAdapter()

Constructor.

Method detail
initializeComponent()method
protected function initializeComponent():void

To be overridden by subclasses to add ExternalInterface callbacks.

log()method 
protected function log(message:Object, category:String = null):void

Sends a log message to the YUI Logger.

Parameters
message:Object
 
category:String (default = null)
showFatalError()method 
protected function showFatalError(message:Object):voidParameters
message:Object