Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
VaadinSessionState |
VaadinSession.getState()
Returns the lifecycle state of this session.
|
static VaadinSessionState |
VaadinSessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaadinSessionState[] |
VaadinSessionState.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(VaadinSessionState state)
Sets the lifecycle state of this session.
|
Copyright © 2023. All rights reserved.