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