Uses of Class
com.vaadin.client.ui.VWindow
-
Packages that use VWindow Package Description com.vaadin.client.ui.window -
-
Uses of VWindow in com.vaadin.client.ui.window
Methods in com.vaadin.client.ui.window that return VWindow Modifier and Type Method Description VWindow
WindowConnector. getWidget()
VWindow[]
WindowOrderEvent. getWindows()
Returns windows in order.Constructor parameters in com.vaadin.client.ui.window with type arguments of type VWindow Constructor Description WindowOrderEvent(ArrayList<VWindow> windows)
Creates a new event with the given order.
-