Uses of Class
com.vaadin.server.VaadinSession.State
-
Packages that use VaadinSession.State Package Description com.vaadin.server -
-
Uses of VaadinSession.State in com.vaadin.server
Methods in com.vaadin.server that return VaadinSession.State Modifier and Type Method Description VaadinSession.StateVaadinSession. getState()Returns the lifecycle state of this session.static VaadinSession.StateVaadinSession.State. valueOf(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 Modifier and Type Method Description protected voidVaadinSession. setState(VaadinSession.State state)Sets the lifecycle state of this session.
-