|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webrender.servermessage.VirtualPosition
public class VirtualPosition
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 |
---|
public VirtualPosition()
Method Detail |
---|
public static void renderRegister(ServerMessage serverMessage, java.lang.String elementId)
register
operation to register an element id
with the virtual positioning API.
serverMessage
- the outgoing ServerMessage
elementId
- the id of the element to register
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |