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.
Constructor Attributes | Constructor Name and Description |
---|---|
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
Method Detail
<static>
rio.Component.create()
<static>
rio.Component.extend(component, extension)
- Parameters:
- component
- extension
<static>
rio.Component.toString()