Uses of Enum
com.vaadin.client.UILifecycle.UIState
Packages that use UILifecycle.UIState
-
Uses of UILifecycle.UIState in com.vaadin.client
Methods in com.vaadin.client that return UILifecycle.UIStateModifier and TypeMethodDescriptionUILifecycle.getState()Gets the state of the UI.static UILifecycle.UIStateReturns 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.Methods in com.vaadin.client with parameters of type UILifecycle.UIStateModifier and TypeMethodDescriptionvoidUILifecycle.setState(UILifecycle.UIState state) Sets the state of the UI to the given value.