Package | com.yahoo.yui |
Class | public class YUIAdapter |
Inheritance | YUIAdapter flash.display.Sprite |
Subclasses | Charts, Uploader |
Property | Defined 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 |
Method | Defined 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 |
Method | Defined by | ||
---|---|---|---|
initializeComponent():void
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 |
elementID | property |
protected var elementID:String
The element id that references the SWF in the HTML.
javaScriptEventHandler | property |
protected var javaScriptEventHandler:String
The globally accessible JavaScript function that accepts events through ExternalInterface.
YUIAdapter | () | constructor |
public function YUIAdapter()
Constructor.
getAltText | () | method |
public function getAltText():String
Gets the alternative text for assistive technology.
ReturnsString |
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.
Parametersmessage:Object |
|
category:String (default = null )
|
setAltText | () | method |
public function setAltText(value:String):void
Sets the alternative text for assistive technology.
Parametersvalue:String |
showFatalError | () | method |
protected function showFatalError(message:Object):void
Parameters
message:Object |