|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.ui.util.AblePartialUpdater
public class AblePartialUpdater
AblePartialUpdater is a PartialUpdateParticipant
that can handle the basic echopoint.able.* interfaces
| Constructor Summary | |
|---|---|
AblePartialUpdater(java.lang.String targetPropertyName)
Constructs a AblePartialUpdater that handles the specified
property name. |
|
| Method Summary | |
|---|---|
static void |
addToUpdateManager(PartialUpdateManager partialUpdateManager)
This creates a set of AblePartialUpdater's and adds them
to the PartialUpdateManager for the particular able
properties. |
boolean |
canRenderProperty(RenderContext rc,
ServerComponentUpdate update)
Determines if this partial update participant is capable of performing its specific task. |
void |
renderProperty(RenderContext rc,
ServerComponentUpdate update)
Renders an update to the client to perform the partial update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AblePartialUpdater(java.lang.String targetPropertyName)
AblePartialUpdater that handles the specified
property name.
targetPropertyName - -
the name of the property to handle| Method Detail |
|---|
public static void addToUpdateManager(PartialUpdateManager partialUpdateManager)
AblePartialUpdater's and adds them
to the PartialUpdateManager for the particular able
properties.
partialUpdateManager - -
the PartialUpdateManager to add a AblePartialUpdater's to
public boolean canRenderProperty(RenderContext rc,
ServerComponentUpdate update)
PartialUpdateParticipant
canRenderProperty in interface PartialUpdateParticipantrc - the relevant RenderContextupdate - the ServerComponentUpdate to be
processed.
PartialUpdateParticipant.canRenderProperty(nextapp.echo2.webcontainer.RenderContext,
nextapp.echo2.app.update.ServerComponentUpdate)
public void renderProperty(RenderContext rc,
ServerComponentUpdate update)
PartialUpdateParticipant
renderProperty in interface PartialUpdateParticipantrc - the relevant RenderContextupdate - the ServerComponentUpdate to be
processedPartialUpdateParticipant.renderProperty(
nextapp.echo2.webcontainer.RenderContext,
nextapp.echo2.app.update.ServerComponentUpdate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||