Uses of Enum Class
org.vaadin.addons.componentfactory.PaperSliderVariant
-
Uses of PaperSliderVariant in org.vaadin.addons.componentfactory
Methods in org.vaadin.addons.componentfactory that return PaperSliderVariantModifier and TypeMethodDescriptionstatic PaperSliderVariantReturns the enum constant of this class with the specified name.static PaperSliderVariant[]PaperSliderVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.componentfactory with parameters of type PaperSliderVariantModifier and TypeMethodDescriptionvoidPaperSlider.addThemeVariants(PaperSliderVariant... variants) Adds theme variants to the component.voidPaperSlider.removeThemeVariants(PaperSliderVariant... variants) Removes theme variants from the component.