NextApp Echo2
v2.1.1

nextapp.echo2.webrender.servermessage
Class DomPropertyStore

java.lang.Object
  extended by 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.


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

DomPropertyStore

public DomPropertyStore()
Method Detail

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 property
propertyName - the name of the property
propertyValue - the value of the property

NextApp Echo2
v2.1.1