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
  
getAltText():String
Gets the alternative text for assistive technology.
YUIAdapter
  
setAltText(value:String):void
Sets the alternative text for assistive technology.
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
getAltText()method
public function getAltText():String

Gets the alternative text for assistive technology.

Returns
String
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)
setAltText()method 
public function setAltText(value:String):void

Sets the alternative text for assistive technology.

Parameters
value:String
showFatalError()method 
protected function showFatalError(message:Object):voidParameters
message:Object