|
 | addComponent |
Adds a component to this container.
|
 | clear |
Removes all components from this container.
|
 | createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
 | createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
 | dispatch |
Dispatches a call by creating a delegate and running it right away on a timer.
Inherited from dundas.Component. |
 | dispose |
Disposes the component.
Inherited from dundas.Component. |
 | disposeComponents |
Disposes all components in the container.
|
 | findComponentById |
Finds a component by the supplied unique ID.
|
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | getComponentAt |
Gets the component at the specified index.
|
 | getService |
Gets a service by the supplied service type.
Inherited from dundas.Component. |
 | removeComponent |
Removes a component from this container.
|
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |