Timer Bar
A progress bar for a timer counting down.
A Vaadin implementation of a timer bar web component. The component counts down from a set time, and shows the progress with a progress bar and/or a timer.
This add on uses a server-side timing implementation as to not rely on the time reported by the client component.
Sample code
TimerBar timerBar = new TimerBar(10000); timerBar.addTimerEndedListener(e -> System.out.println("The timer has ended")); add(timerBar);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Switched to new Bower Webjars.
- Released
- 2018-03-16
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 10+
- Browser
- Google Chrome
Timer Bar - Vaadin Add-on Directory
A progress bar for a timer counting down.A Vaadin implementation of a timer bar web component. The component counts down from a set time, and shows the progress with a progress bar and/or a timer.
This add on uses a server-side timing implementation as to not rely on the time reported by the client component.
Timer Bar web component on GitHubOnline Demo
Vaadin Timer Bar on GitHub
Timer Bar version 1.0.2
Switched to new Bower Webjars.