JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.vaadin.addons.joelpop.appnavlayout.ui.nav
DeviceType
Uses of Enum Class
org.vaadin.addons.joelpop.appnavlayout.ui.nav.DeviceType
Packages that use
DeviceType
Package
Description
org.vaadin.addons.joelpop.appnavlayout.ui.nav
Uses of
DeviceType
in
org.vaadin.addons.joelpop.appnavlayout.ui.nav
Subclasses with type arguments of type
DeviceType
in
org.vaadin.addons.joelpop.appnavlayout.ui.nav
Modifier and Type
Class
Description
enum
DeviceType
Coarse device category detected from touch capability and physical screen size.
Methods in
org.vaadin.addons.joelpop.appnavlayout.ui.nav
that return
DeviceType
Modifier and Type
Method
Description
static
DeviceType
DeviceType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
DeviceType
[]
DeviceType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.