Uses of Class
com.vaadin.flow.component.map.MapVariant
-
Packages that use MapVariant Package Description com.vaadin.flow.component.map -
-
Uses of MapVariant in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return MapVariant Modifier and Type Method Description static MapVariantMapVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static MapVariant[]MapVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.map with parameters of type MapVariant Modifier and Type Method Description voidMapBase. addThemeVariants(MapVariant... variants)Adds theme variants to the component.voidMapBase. removeThemeVariants(MapVariant... variants)Removes theme variants from the component.
-