Uses of Class
org.atmosphere.gwt.client.extra.Window

Uses of Window in org.atmosphere.gwt.client.extra
 

Methods in org.atmosphere.gwt.client.extra that return Window
static Window Window.current()
           
 Window Window.open(String url, String name, String features)
          Opens a new browser window.
 Window Window.open(String url, String name, WindowFeatures features)
           
 Window Window.opener()
           
 Window Window.parent()
           
 

Methods in org.atmosphere.gwt.client.extra with parameters of type Window
static void WindowSocket.crossPost(Window source, Window target, String socketName, String message)
           
protected  void AtmosphereProxy.dispatchEvent(Window target, AtmosphereProxyEvent event)
           
protected  void AtmosphereProxy.dispatchRawEvent(Window target, String event)
           
static boolean WindowSocket.exists(Window w, String socketName)
           
static void WindowSocket.forcePost(Window w, String socketName, String message)
          This will create a socket in the target window to receive the message even if the target window did not bind a WindowSocket yet.
protected  void AtmosphereProxy.onEvent(Window source, AtmosphereProxyEvent event, String rawEvent)
           
 void WindowSocket.MessageHandler.onMessage(Window source, String message)
           
static void WindowSocket.post(Window w, String socketName, String message)
           
 

Constructors in org.atmosphere.gwt.client.extra with parameters of type Window
WindowSocket.MessageEvent(Window source, String message)
           
 



Copyright © 2012. All Rights Reserved.