Uses of Class
com.vaadin.client.UILifecycle.UIState
-
Packages that use UILifecycle.UIState Package Description com.vaadin.client -
-
Uses of UILifecycle.UIState in com.vaadin.client
Methods in com.vaadin.client that return UILifecycle.UIState Modifier and Type Method Description UILifecycle.UIStateUILifecycle. getState()Gets the state of the UI.static UILifecycle.UIStateUILifecycle.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.Methods in com.vaadin.client with parameters of type UILifecycle.UIState Modifier and Type Method Description voidUILifecycle. setState(UILifecycle.UIState state)Sets the state of the UI to the given value.
-