|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webrender.servermessage.DomPropertyStore
public class DomPropertyStore
A utility class to add EchoDomPropertyStore message parts to
the ServerMessage. EchoDomPropertyStore message
parts are used to store non-rendered information in the client DOM.
| Constructor Summary | |
|---|---|
DomPropertyStore()
|
|
| Method Summary | |
|---|---|
static void |
renderSetProperty(ServerMessage serverMessage,
java.lang.String elementId,
java.lang.String propertyName,
java.lang.String propertyValue)
Creates a store-property operation to store a non-rendered
named property in an HTMLElement of the client DOM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomPropertyStore()
| Method Detail |
|---|
public static void renderSetProperty(ServerMessage serverMessage,
java.lang.String elementId,
java.lang.String propertyName,
java.lang.String propertyValue)
store-property operation to store a non-rendered
named property in an HTMLElement of the client DOM.
serverMessage - the outgoing ServerMessageelementId - the id of the element on which to set the non-rendered
propertypropertyName - the name of the propertypropertyValue - the value of the property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||