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