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.
renderRefresh
void renderRefresh(RenderContext rc,
ServerComponentUpdate update,
Component component)
- Renders a complete refresh of the client state.
- Parameters:
rc - the relevant RenderContextupdate - the full refresh ServerComponentUpdatecomponent - the root component