|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartialUpdateParticipant
A participant in a partial update.
Method Summary | |
---|---|
boolean |
canRenderProperty(RenderContext rc,
nextapp.echo2.app.update.ServerComponentUpdate update)
Determines if this partial update participant is capable of performing its specific task. |
void |
renderProperty(RenderContext rc,
nextapp.echo2.app.update.ServerComponentUpdate update)
Renders an update to the client to perform the partial update. |
Method Detail |
---|
boolean canRenderProperty(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update)
rc
- the relevant RenderContext
update
- the ServerComponentUpdate
to be
processed.
void renderProperty(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update)
rc
- the relevant RenderContext
update
- the ServerComponentUpdate
to be
processed
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |