| java.lang.Object nextapp.echo2.webrender.servermessage.WindowUpdate
WindowUpdate | public class WindowUpdate (Code) | | 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.
|
renderReload | public static void renderReload(ServerMessage serverMessage)(Code) | | Creates a reload operation to reload the contents of the window.
Parameters: serverMessage - the outgoing ServerMessage |
renderSetFocus | public static void renderSetFocus(ServerMessage serverMessage, String elementId)(Code) | | Creates a focus operation to set the focused
component within the window.
Parameters: serverMessage - the outgoing ServerMessage Parameters: elementId - the new focused element id |
renderSetWindowTitle | public static void renderSetWindowTitle(ServerMessage serverMessage, String newValue)(Code) | | Creates a set-title operation to set the title of a
top-level browser window.
Parameters: serverMessage - the outgoing ServerMessage Parameters: newValue - the new window title |
|
|