Uses of Class
com.vaadin.client.ui.window.WindowConnector
-
Packages that use WindowConnector Package Description com.vaadin.client.ui com.vaadin.client.ui.ui -
-
Uses of WindowConnector in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as WindowConnector Modifier and Type Field Description WindowConnector
VWindow. connector
For internal use only. -
Uses of WindowConnector in com.vaadin.client.ui.ui
Methods in com.vaadin.client.ui.ui that return types with arguments of type WindowConnector Modifier and Type Method Description List<WindowConnector>
UIConnector. getSubWindows()
Return a list of current sub-windows.Methods in com.vaadin.client.ui.ui with parameters of type WindowConnector Modifier and Type Method Description boolean
UIConnector. hasSubWindow(WindowConnector wc)
Deprecated.Should be replaced by a more generic mechanism for getting non-ComponentConnector children
-