Echo.Render
RootSync
Class Hierarchy:

Root component synchronization peer. The root component is not managed by the server, but rather is an existing element within which the Echo application is rendered. This is a very special case in that there is no renderAdd() method.

Instance Method Summary
Public renderAdd()
Internal _renderContent()
Removes all content from root container and adds current content.
Public renderDispose()
Public renderUpdate()

Methods inherited from class Echo.Render.ComponentSync
renderAdd, renderDispose, renderUpdate

Instance Method Detail
renderAdd

_renderContent
Removes all content from root container and adds current content.
Parameters:
update (Echo.Update.ComponentUpdate) - the causing update

renderDispose

renderUpdate