Class rio.Component


Extends rio.Attr.
Component is the root of all rio components. It provides basic html and rendering support as well as css dependency management.
Defined in: component.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
rio.Component.create()
<static>  
rio.Component.extend(component, extension)
<static>  
rio.Component.toString()
Methods borrowed from class rio.Attr:
bind, binding, fire, fireWhenReady, freeze, frozen, observe, setAndReturnAfterSet, stopObserving, transaction, unfreeze, updateAttributes
Class Detail
rio.Component()
Method Detail
<static> rio.Component.create()

<static> rio.Component.extend(component, extension)
Parameters:
component
extension

<static> rio.Component.toString()

Documentation generated by JsDoc Toolkit 2.0.2 on Mon Apr 12 2010 12:37:49 GMT-0500 (CDT)