Uses of Class
com.vaadin.ui.Window

Packages that use Window
com.vaadin The Vaadin base package. 
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of Window in com.vaadin
 

Methods in com.vaadin that return Window
 Window Application.getMainWindow()
          Gets the mainWindow of the application.
 Window Application.WindowDetachEvent.getWindow()
          Gets the detached window.
 Window Application.WindowAttachEvent.getWindow()
          Gets the attached window.
 Window Application.getWindow(String name)
           Gets a window by name.
 

Methods in com.vaadin that return types with arguments of type Window
 Collection<Window> Application.getWindows()
          Gets the set of windows contained by the application.
 

Methods in com.vaadin with parameters of type Window
 void Application.addWindow(Window window)
          Adds a new window to the application.
 void Application.removeWindow(Window window)
          Removes the specified window from the application.
 void Application.setMainWindow(Window mainWindow)
           Sets the mainWindow.
 

Constructors in com.vaadin with parameters of type Window
Application.WindowAttachEvent(Window window)
          Creates a event.
Application.WindowDetachEvent(Window window)
          Creates a event.
 

Uses of Window in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return Window
protected  Window AbstractCommunicationManager.doGetApplicationWindow(AbstractCommunicationManager.Request request, AbstractCommunicationManager.Callback callback, Application application, Window assumedWindow)
          TODO New method - document me!
 

Methods in com.vaadin.terminal.gwt.server with parameters of type Window
protected  Window AbstractCommunicationManager.doGetApplicationWindow(AbstractCommunicationManager.Request request, AbstractCommunicationManager.Callback callback, Application application, Window assumedWindow)
          TODO New method - document me!
protected  void AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.Request request, AbstractCommunicationManager.Response response, AbstractCommunicationManager.Callback callback, Window window)
          Internally process a UIDL request from the client.
 void PortletApplicationContext2.firePortletActionRequest(Application app, Window window, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void PortletApplicationContext2.firePortletEventRequest(Application app, Window window, javax.portlet.EventRequest request, javax.portlet.EventResponse response)
           
 void PortletApplicationContext2.firePortletRenderRequest(Application app, Window window, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 void PortletApplicationContext2.firePortletResourceRequest(Application app, Window window, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response)
           
protected  String AbstractApplicationPortlet.getThemeForWindow(javax.portlet.PortletRequest request, Window window)
          Returns the theme for given request/window
 void PortletApplicationContext2.PortletListener.handleActionRequest(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Window window)
           
 void PortletApplicationContext2.PortletListener.handleEventRequest(javax.portlet.EventRequest request, javax.portlet.EventResponse response, Window window)
           
 void PortletApplicationContext2.PortletListener.handleRenderRequest(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Window window)
           
 void PortletApplicationContext2.PortletListener.handleResourceRequest(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, Window window)
           
 void CommunicationManager.handleUidlRequest(HttpServletRequest request, HttpServletResponse response, AbstractApplicationServlet applicationServlet, Window window)
          Handles UIDL request TODO document
 void PortletCommunicationManager.handleUidlRequest(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, AbstractApplicationPortlet applicationPortlet, Window window)
           
protected  boolean AbstractApplicationServlet.handleURI(CommunicationManager applicationManager, Window window, HttpServletRequest request, HttpServletResponse response)
          Calls URI handlers for the request.
protected  DownloadStream AbstractCommunicationManager.handleURI(Window window, AbstractCommunicationManager.Request request, AbstractCommunicationManager.Response response, AbstractCommunicationManager.Callback callback)
          Calls the Window URI handler for a request and returns the DownloadStream returned by the handler.
 void PortletApplicationContext2.sendPortletEvent(Window window, QName name, Serializable value)
          Sends a portlet event to the indicated destination.
 void PortletApplicationContext2.setPortletMode(Window window, javax.portlet.PortletMode portletMode)
          Sets the portlet mode.
 void PortletApplicationContext2.setSharedRenderParameter(Window window, String name, String value)
          Sets a shared portlet parameter.
protected  void AbstractApplicationServlet.writeAjaxPage(HttpServletRequest request, HttpServletResponse response, Window window, Application application)
          This method writes the html host page (aka kickstart page) that starts the actual Vaadin application.
protected  void AbstractApplicationPortlet.writeAjaxPage(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Window window, Application application)
          Writes the html host page (aka kickstart page) that starts the actual Vaadin application.
protected  void AbstractApplicationServlet.writeAjaxPageHtmlVaadinScripts(Window window, String themeName, Application application, BufferedWriter page, String appUrl, String themeUri, String appId, HttpServletRequest request)
          Method to write the script part of the page which loads needed Vaadin scripts and themes.
 

Uses of Window in com.vaadin.ui
 

Fields in com.vaadin.ui declared as Window
protected  Window Window.CloseShortcut.window
           
 

Methods in com.vaadin.ui that return Window
 Window Window.getParent()
          Gets the parent component of the window.
 Window Window.getWindow()
          Gets the parent window of the component.
 Window Window.CloseEvent.getWindow()
          Gets the Window.
 Window Window.ResizeEvent.getWindow()
          Get the window form which this event originated
 Window AbstractComponent.getWindow()
           
 Window Component.getWindow()
          Gets the parent window of the component.
 

Methods in com.vaadin.ui that return types with arguments of type Window
 Set<Window> Window.getChildWindows()
          Get the set of all child windows.
 

Methods in com.vaadin.ui with parameters of type Window
 void Window.addWindow(Window window)
          Adds a window inside another window.
 void Window.removeWindow(Window window)
          Remove the given subwindow from this window.
 

Constructors in com.vaadin.ui with parameters of type Window
Window.CloseShortcut(Window window, int keyCode)
          Creates a keyboard shortcut for closing the given window using the given ShortcutAction.KeyCode.
Window.CloseShortcut(Window window, int keyCode, int... modifiers)
          Creates a keyboard shortcut for closing the given window using the given ShortcutAction.KeyCode and ShortcutAction.ModifierKeys.
Window.CloseShortcut(Window window, String shorthandCaption)
          Creates a keyboard shortcut for closing the given window using the shorthand notation defined in ShortcutAction.
 



Copyright © 2000-2010 IT Mill Ltd. All Rights Reserved.