Uses of Enum Class
com.vaadin.flow.component.page.ColorScheme.Value
Packages that use ColorScheme.Value
-
Uses of ColorScheme.Value in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return ColorScheme.ValueModifier and TypeMethodDescriptionstatic ColorScheme.ValueColorScheme.Value.fromString(String value) Converts a string to a ColorScheme.Value enum.ExtendedClientDetails.getColorScheme()Gets the color scheme.Page.getColorScheme()Gets the color scheme for the page.static ColorScheme.ValueReturns the enum constant of this class with the specified name.static ColorScheme.Value[]ColorScheme.Value.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.page with parameters of type ColorScheme.ValueModifier and TypeMethodDescriptionvoidPage.setColorScheme(ColorScheme.Value colorScheme) Sets the color scheme for the page. -
Uses of ColorScheme.Value in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return ColorScheme.ValueModifier and TypeMethodDescriptiondefault ColorScheme.ValueStyle.getColorScheme()Gets thecolor-schemeproperty.Methods in com.vaadin.flow.dom with parameters of type ColorScheme.ValueModifier and TypeMethodDescriptiondefault StyleStyle.setColorScheme(ColorScheme.Value value) Sets thecolor-schemeproperty.