Uses of Enum Class
org.vaadin.addons.clock.ClockVariant
-
Uses of ClockVariant in org.vaadin.addons.clock
Subclasses with type arguments of type ClockVariant in org.vaadin.addons.clockModifier and TypeClassDescriptionenumSet of theme variants applicable forvaadin-clockcomponent.Methods in org.vaadin.addons.clock that return ClockVariantModifier and TypeMethodDescriptionstatic ClockVariantReturns the enum constant of this class with the specified name.static ClockVariant[]ClockVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.clock with parameters of type ClockVariantModifier and TypeMethodDescriptionvoidClock.addThemeVariants(ClockVariant... variants) Adds theme variants to the component.voidClock.removeThemeVariants(ClockVariant... variants) Removes theme variants from the component.