Uses of Class
net.moewes.cloudui.vaadin.Details.Themes
-
Packages that use Details.Themes Package Description net.moewes.cloudui.vaadin -
-
Uses of Details.Themes in net.moewes.cloudui.vaadin
Methods in net.moewes.cloudui.vaadin that return Details.Themes Modifier and Type Method Description static Details.Themes
Details.Themes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Details.Themes[]
Details.Themes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.vaadin with parameters of type Details.Themes Modifier and Type Method Description void
Details. setTheme(Details.Themes theme)
sets the theme attribute of vaadin-detail
-