Uses of Class
com.vaadin.server.VaadinSession.State

Packages that use VaadinSession.State
com.vaadin.server   
 

Uses of VaadinSession.State in com.vaadin.server
 

Methods in com.vaadin.server that return VaadinSession.State
 VaadinSession.State VaadinSession.getState()
          Returns the lifecycle state of this session.
static VaadinSession.State VaadinSession.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VaadinSession.State[] VaadinSession.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.server with parameters of type VaadinSession.State
protected  void VaadinSession.setState(VaadinSession.State state)
          Sets the lifecycle state of this session.
 



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