We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.internal.CurrentInstance
Packages that use CurrentInstance
-
Uses of CurrentInstance in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type CurrentInstanceModifier and TypeMethodDescriptionstatic Map<Class<?>,
CurrentInstance> CurrentInstance.getInstances()
Gets the currently set instances so that they can later be restored using
restoreInstances(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 the
VaadinSession
and all related classes.Method parameters in com.vaadin.flow.internal with type arguments of type CurrentInstanceModifier and TypeMethodDescriptionstatic void
CurrentInstance.restoreInstances
(Map<Class<?>, CurrentInstance> old) Restores the given instances to the given values.