@Component("flowui_OpenedDialogWindows")
@VaadinSessionScope
public class OpenedDialogWindows
extends Object
-
Field Summary
Fields
protected Map<com.vaadin.flow.component.UI,List<View<?>>>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
openedDialogs
protected Map<com.vaadin.flow.component.UI,List<View<?>>> openedDialogs
-
Constructor Details
-
OpenedDialogWindows
public OpenedDialogWindows()
-
Method Details
-
getDialogs
- Returns:
- list of
View
s
-
getDialogs
public List<View<?>> getDialogs(com.vaadin.flow.component.UI ui)
- Parameters:
ui
- the UI contains opened View
s
- Returns:
- list of
View
s