| Package | Description |
|---|---|
| com.vaadin.client |
| Modifier and Type | Method and Description |
|---|---|
UILifecycle.UIState |
UILifecycle.getState()
Gets the state of the UI.
|
static UILifecycle.UIState |
UILifecycle.UIState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UILifecycle.UIState[] |
UILifecycle.UIState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UILifecycle.setState(UILifecycle.UIState state)
Sets the state of the UI to the given value.
|
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.