Uses of Class
com.vaadin.flow.internal.CurrentInstance
-
Packages that use CurrentInstance Package Description com.vaadin.flow.internal -
-
Uses of CurrentInstance in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type CurrentInstance Modifier and Type Method Description static Map<Class<?>,CurrentInstance>CurrentInstance. getInstances()Gets the currently set instances so that they can later be restored usingrestoreInstances(Map).static Map<Class<?>,CurrentInstance>CurrentInstance. setCurrent(UI ui)Sets current instances for the UI and all related classes.static Map<Class<?>,CurrentInstance>CurrentInstance. setCurrent(VaadinSession session)Sets current instances for theVaadinSessionand all related classes.Method parameters in com.vaadin.flow.internal with type arguments of type CurrentInstance Modifier and Type Method Description static voidCurrentInstance. restoreInstances(Map<Class<?>,CurrentInstance> old)Restores the given instances to the given values.
-