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