Uses of Class
com.vaadin.shared.ui.window.WindowMode
-
Packages that use WindowMode Package Description com.vaadin.client.ui com.vaadin.shared.ui.window com.vaadin.ui -
-
Uses of WindowMode in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type WindowMode Modifier and Type Method Description void
VWindow. updateMaximizeRestoreClassName(boolean visible, WindowMode windowMode)
-
Uses of WindowMode in com.vaadin.shared.ui.window
Fields in com.vaadin.shared.ui.window declared as WindowMode Modifier and Type Field Description WindowMode
WindowState. windowMode
Methods in com.vaadin.shared.ui.window that return WindowMode Modifier and Type Method Description static WindowMode
WindowMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static WindowMode[]
WindowMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.window with parameters of type WindowMode Modifier and Type Method Description void
WindowServerRpc. windowModeChanged(WindowMode newState)
-
Uses of WindowMode in com.vaadin.ui
Methods in com.vaadin.ui that return WindowMode Modifier and Type Method Description WindowMode
Window. getWindowMode()
Gets the current mode of the window.WindowMode
Window.WindowModeChangeEvent. getWindowMode()
Gets the new window mode.Methods in com.vaadin.ui with parameters of type WindowMode Modifier and Type Method Description void
Window. setWindowMode(WindowMode windowMode)
Sets the mode for the windowConstructors in com.vaadin.ui with parameters of type WindowMode Constructor Description WindowModeChangeEvent(Component source, WindowMode windowMode)
-