Uses of Class
com.vaadin.ui.Window

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

Uses of Window in com.vaadin
 

Methods in com.vaadin that return Window
 Window Application.WindowDetachEvent.getWindow()
          Gets the detached window.
 Window Application.WindowAttachEvent.getWindow()
          Gets the attached window.
 

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.ui
 

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

Methods in com.vaadin.ui that return Window
 Window Window.CloseEvent.getWindow()
          Gets the Window.
 Window Window.ResizeEvent.getWindow()
          Get the window form which this event originated
 

Methods in com.vaadin.ui that return types with arguments of type Window
 Collection<Window> Root.getWindows()
          Gets all the windows added to this root.
 

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

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-2011 Vaadin Ltd. All Rights Reserved.