Uses of Class
com.vaadin.ui.Window

Packages that use Window
com.vaadin.ui   
com.vaadin.ui.components.colorpicker   
 

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
 java.util.Collection<Window> UI.getWindows()
          Gets all the windows added to this UI.
 

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

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, java.lang.String shorthandCaption)
          Creates a keyboard shortcut for closing the given window using the shorthand notation defined in ShortcutAction.
 

Uses of Window in com.vaadin.ui.components.colorpicker
 

Subclasses of Window in com.vaadin.ui.components.colorpicker
 class ColorPickerPopup
          A component that represents color selection popup within a color picker.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.