Duration dropdown select

Hi guys,

I need a set of drop downs for a duration field in my form - i.e. a dropdown each for hours, minutes and seconds. Does Vaadin already provide for such a duration dropdown (without me having to add these individual dropdowns manually in my form)?

Thanks in advance!

Vaadin includes date selection components where the developer can choose the resolution (e.g. hours or seconds), but no duration selection - you probably need to implement these yourself, but it should not be too hard.