| java.lang.Object nextapp.echo2.webrender.servermessage.DomPropertyStore
DomPropertyStore | public class DomPropertyStore (Code) | | 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 | |
public static void | renderSetProperty(ServerMessage serverMessage, String elementId, String propertyName, String propertyValue) Creates a store-property operation to store a non-rendered
named property in an HTMLElement of the client DOM. |
renderSetProperty | public static void renderSetProperty(ServerMessage serverMessage, String elementId, String propertyName, String propertyValue)(Code) | | Creates a store-property operation to store a non-rendered
named property in an HTMLElement of the client DOM.
Parameters: serverMessage - the outgoing ServerMessage Parameters: elementId - the id of the element on which to set the non-renderedproperty Parameters: propertyName - the name of the property Parameters: propertyValue - the value of the property |
|
|