|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||