nextapp.echo2.webrender.servermessage
Class DomPropertyStore
java.lang.Object
nextapp.echo2.webrender.servermessage.DomPropertyStore
public class DomPropertyStore
- extends java.lang.Object
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.
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 |
DomPropertyStore
public DomPropertyStore()
renderSetProperty
public 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.
- Parameters:
serverMessage
- the outgoing ServerMessage
elementId
- the id of the element on which to set the non-rendered
propertypropertyName
- the name of the propertypropertyValue
- the value of the property