|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootSynchronizePeer
An extension of ComponentSynchronizePeer
functionality for
top-level (root) components, i.e., Window
s, 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 |
---|
void renderRefresh(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update, nextapp.echo2.app.Component component)
rc
- the relevant RenderContext
update
- the full refresh ServerComponentUpdate
component
- the root component
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |