JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
com.vaadin.flow.shared.BrowserDetails.BrowserName
Packages that use
BrowserDetails.BrowserName
Package
Description
com.vaadin.flow.shared
Uses of
BrowserDetails.BrowserName
in
com.vaadin.flow.shared
Methods in
com.vaadin.flow.shared
that return
BrowserDetails.BrowserName
Modifier and Type
Method
Description
static
BrowserDetails.BrowserName
BrowserDetails.BrowserName.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BrowserDetails.BrowserName
[]
BrowserDetails.BrowserName.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.