Uses of Class
com.vaadin.util.CurrentInstance

Packages that use CurrentInstance
com.vaadin.server   
com.vaadin.util   
 

Uses of CurrentInstance in com.vaadin.server
 

Methods in com.vaadin.server that return types with arguments of type CurrentInstance
 java.util.Map<java.lang.Class<?>,CurrentInstance> VaadinSession.FutureAccess.getCurrentInstances()
          Gets the current instance values that should be used when running this task.
 

Uses of CurrentInstance in com.vaadin.util
 

Methods in com.vaadin.util that return types with arguments of type CurrentInstance
static java.util.Map<java.lang.Class<?>,CurrentInstance> CurrentInstance.getInstances(boolean onlyInheritable)
          Gets the currently set instances so that they can later be restored using restoreInstances(Map).
static java.util.Map<java.lang.Class<?>,CurrentInstance> CurrentInstance.setCurrent(UI ui)
          Sets current instances for the UI and all related classes.
static java.util.Map<java.lang.Class<?>,CurrentInstance> CurrentInstance.setCurrent(VaadinSession session)
          Sets current instances for the VaadinSession and all related classes.
 

Method parameters in com.vaadin.util with type arguments of type CurrentInstance
static void CurrentInstance.restoreInstances(java.util.Map<java.lang.Class<?>,CurrentInstance> old)
          Restores the given instances to the given values.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.