| Method and Description |
|---|
| com.vaadin.flow.component.timepicker.TimePicker.getMaxTime()
Since 22.0, this API is deprecated in favor of
TimePicker.getMax() |
| com.vaadin.flow.component.timepicker.TimePicker.getMinTime()
Since 22.0, this API is deprecated in favor of
TimePicker.getMin() |
| com.vaadin.flow.component.timepicker.TimePicker.setMaxTime(LocalTime)
Since 22.0, this API is deprecated in favor of
TimePicker.setMax(LocalTime) |
| com.vaadin.flow.component.timepicker.TimePicker.setMinTime(LocalTime)
Since 22.0, this API is deprecated in favor of
TimePicker.setMin(LocalTime) |
Copyright © 2021. All rights reserved.