NextApp Echo2
v2.1.1

nextapp.echo2.webrender.servermessage
Class VirtualPosition

java.lang.Object
  extended by nextapp.echo2.webrender.servermessage.VirtualPosition

public class VirtualPosition
extends java.lang.Object

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.


Constructor Summary
VirtualPosition()
           
 
Method Summary
static void renderRegister(ServerMessage serverMessage, java.lang.String elementId)
          Creates a register operation to register an element id with the virtual positioning API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualPosition

public VirtualPosition()
Method Detail

renderRegister

public static void renderRegister(ServerMessage serverMessage,
                                  java.lang.String elementId)
Creates a register operation to register an element id with the virtual positioning API.

Parameters:
serverMessage - the outgoing ServerMessage
elementId - the id of the element to register

NextApp Echo2
v2.1.1