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.State
VaadinSession. getState()
Returns the lifecycle state of this session.static VaadinSession.State
VaadinSession.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 void
VaadinSession. setState(VaadinSession.State state)
Sets the lifecycle state of this session.
-