Uses of Class
com.vaadin.ui.Window
-
Packages that use Window Package Description com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Window in com.vaadin.ui
Fields in com.vaadin.ui declared as Window Modifier and Type Field Description protected WindowWindow.CloseShortcut. windowMethods in com.vaadin.ui that return Window Modifier and Type Method Description WindowWindow.CloseEvent. getWindow()Gets the Window.WindowWindow.ResizeEvent. getWindow()Get the window form which this event originatedWindowWindow.WindowModeChangeEvent. getWindow()Gets the Window.Methods in com.vaadin.ui that return types with arguments of type Window Modifier and Type Method Description Collection<Window>UI. getWindows()Gets all the windows added to this UI.Methods in com.vaadin.ui with parameters of type Window Modifier and Type Method Description voidUI. addWindow(Window window)Adds a window as a subwindow inside this UI.booleanUI. removeWindow(Window window)Remove the given subwindow from this UI.Constructors in com.vaadin.ui with parameters of type Window Constructor Description CloseShortcut(Window window, int keyCode)Creates a keyboard shortcut for closing the given window using the givenShortcutAction.KeyCode.CloseShortcut(Window window, int keyCode, int... modifiers)Creates a keyboard shortcut for closing the given window using the givenShortcutAction.KeyCodeandShortcutAction.ModifierKeys.CloseShortcut(Window window, String shorthandCaption)Creates a keyboard shortcut for closing the given window using the shorthand notation defined inShortcutAction. -
Uses of Window in com.vaadin.ui.components.colorpicker
Subclasses of Window in com.vaadin.ui.components.colorpicker Modifier and Type Class Description classColorPickerPopupA component that represents color selection popup within a color picker.
-