| java.lang.Object nextapp.echo2.webrender.servermessage.VirtualPosition
VirtualPosition | public class VirtualPosition (Code) | | A utility class to add EchoVirtualPosition message parts to the
ServerMessage . EchoVirtualPosition message parts
are used to register elements with the client-side "Virtual Positioning" API.
|
Method Summary | |
public static void | renderRegister(ServerMessage serverMessage, String elementId) Creates a register operation to register an element id
with the virtual positioning API. |
renderRegister | public static void renderRegister(ServerMessage serverMessage, String elementId)(Code) | | Creates a register operation to register an element id
with the virtual positioning API.
Parameters: serverMessage - the outgoing ServerMessage Parameters: elementId - the id of the element to register |
|
|