|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webcontainer.partialupdate.BorderUpdate
public class BorderUpdate
A PartialUpdateParticipant
to update a CSS border
property.
Field Summary | |
---|---|
static java.lang.String |
CSS_BORDER
|
Constructor Summary | |
---|---|
BorderUpdate(java.lang.String componentPropertyName,
java.lang.String idSuffix,
java.lang.String cssAttributeName)
Creates a new BorderUpdate . |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CSS_BORDER
Constructor Detail |
---|
public BorderUpdate(java.lang.String componentPropertyName, java.lang.String idSuffix, java.lang.String cssAttributeName)
BorderUpdate
.
componentPropertyName
- the name of the property of the componentidSuffix
- the suffix to append to the root client-side identifier
of the component (should be null in typical case of no suffix)cssAttributeName
- the name of the CSS attribute to update (see
CSS constants provided in this class)Method Detail |
---|
public boolean canRenderProperty(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update)
PartialUpdateParticipant
canRenderProperty
in interface PartialUpdateParticipant
rc
- the relevant RenderContext
update
- the ServerComponentUpdate
to be
processed.
PartialUpdateParticipant.canRenderProperty(nextapp.echo2.webcontainer.RenderContext,
nextapp.echo2.app.update.ServerComponentUpdate)
public void renderProperty(RenderContext rc, nextapp.echo2.app.update.ServerComponentUpdate update)
PartialUpdateParticipant
renderProperty
in interface PartialUpdateParticipant
rc
- the relevant RenderContext
update
- the ServerComponentUpdate
to be
processedPartialUpdateParticipant.renderProperty(
nextapp.echo2.webcontainer.RenderContext, nextapp.echo2.app.update.ServerComponentUpdate)
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |