|
|||||||||
| 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 |
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 renderSetFocus(ServerMessage serverMessage,
java.lang.String elementId)
focus operation to set the focused
component within the window.
serverMessage - the outgoing ServerMessageelementId - the new focused element id
public 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 ServerMessagenewValue - the new window title
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||