Uses of Class
com.vaadin.client.ApplicationConnection.ApplicationState
-
Packages that use ApplicationConnection.ApplicationState Package Description com.vaadin.client -
-
Uses of ApplicationConnection.ApplicationState in com.vaadin.client
Methods in com.vaadin.client that return ApplicationConnection.ApplicationState Modifier and Type Method Description ApplicationConnection.ApplicationState
ApplicationConnection. getApplicationState()
Returns the state of this application.static ApplicationConnection.ApplicationState
ApplicationConnection.ApplicationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationConnection.ApplicationState[]
ApplicationConnection.ApplicationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-