Uses of Class
com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Packages that use DefaultConnectionStateHandler.Type Package Description com.vaadin.client.communication -
-
Uses of DefaultConnectionStateHandler.Type in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return DefaultConnectionStateHandler.Type Modifier and Type Method Description static DefaultConnectionStateHandler.TypeDefaultConnectionStateHandler.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultConnectionStateHandler.Type[]DefaultConnectionStateHandler.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.client.communication with parameters of type DefaultConnectionStateHandler.Type Modifier and Type Method Description protected voidDefaultConnectionStateHandler. handleRecoverableError(DefaultConnectionStateHandler.Type type, elemental.json.JsonObject payload)Called whenever an error occurs in communication which should be handled by showing the reconnect dialog and retrying communication until successful again.booleanDefaultConnectionStateHandler.Type. isHigherPriorityThan(DefaultConnectionStateHandler.Type type)Checks if this type is of higher priority than the given type.
-