| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VaadinSession.setState(VaadinSession.State state)
Sets the lifecycle state of this session.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.