|
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.WindowUpdate
public class WindowUpdate
A utility class to add EchoWindowUpdate
message parts to the
ServerMessage
. EchoWindowUpdate
message parts
are used to perform miscellaneous updates to a top-level window.
Constructor Summary | |
---|---|
WindowUpdate()
|
Method Summary | |
---|---|
static void |
renderReload(ServerMessage serverMessage)
Creates a reload operation to reload the contents of the window. |
static void |
renderSetFocus(ServerMessage serverMessage,
java.lang.String elementId)
Creates a focus operation to set the focused
component within the window. |
static void |
renderSetWindowTitle(ServerMessage serverMessage,
java.lang.String newValue)
Creates a set-title operation to set the title of a
top-level browser window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowUpdate()
Method Detail |
---|
public static void renderReload(ServerMessage serverMessage)
reload
operation to reload the contents of the window.
serverMessage
- the outgoing ServerMessage
public static void renderSetFocus(ServerMessage serverMessage, java.lang.String elementId)
focus
operation to set the focused
component within the window.
serverMessage
- the outgoing ServerMessage
elementId
- the new focused element idpublic static void renderSetWindowTitle(ServerMessage serverMessage, java.lang.String newValue)
set-title
operation to set the title of a
top-level browser window.
serverMessage
- the outgoing ServerMessage
newValue
- the new window title
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |