NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer
Interface RootSynchronizePeer

All Superinterfaces:
ComponentSynchronizePeer
All Known Implementing Classes:
WindowPeer

public interface RootSynchronizePeer
extends ComponentSynchronizePeer

An extension of ComponentSynchronizePeer functionality for top-level (root) components, i.e., Windows, that require additional capabilities, such as refreshing the entire state of the client.


Method Summary
 void renderRefresh(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update, nextapp.echo2.app.Component component)
          Renders a complete refresh of the client state.
 
Methods inherited from interface nextapp.echo2.webcontainer.ComponentSynchronizePeer
getContainerId, renderAdd, renderDispose, renderUpdate
 

Method Detail

renderRefresh

void renderRefresh(RenderContext rc,
                   nextapp.echo2.app.update.ServerComponentUpdate update,
                   nextapp.echo2.app.Component component)
Renders a complete refresh of the client state.

Parameters:
rc - the relevant RenderContext
update - the full refresh ServerComponentUpdate
component - the root component

NextApp Echo2
v2.1.1