Simple Timer Addon
Simple Timer for Vaadin 14+
This component is based on based on this web component, and allows you to define a timer that will produce events reported back to the server, offering a simple API to control it from your Vaadin Flow application.
Found a bug or have a suggestion? Report it on GitHub
For bug reports, feature suggestions, or questions, please open an issue on GitHub. This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
Sample code
SimpleTimer timer = new SimpleTimer(new BigDecimal("30")); timer.start(); timer.pause(); timer.reset(); timer.setCountUp(true); timer.isRunning();
timer.addTimerEndEvent(ev-> Notification.show("Timer ended"));
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
New features:
- Released
- 2024-05-06
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Vaadin 13 in 1.0.0
- Vaadin 12 in 1.0.0
- Vaadin 11 in 1.0.0
- Vaadin 10 in 1.0.0
- Browser
- Firefox
- Safari
- Google Chrome
- Android Browser
- Microsoft Edge
Share Easy Add-on - Vaadin Add-on Directory
Easy social media sharing component.Online Demo
Author Homepage
Share Easy Add-on version 1.0.0
Initial release
Share Easy Add-on version 1.1.0
#### New features:
* add custom drivers in any index within the social menu ([#4](https://github.com/FlowingCode/ShareEasy/issues/4))
* make copy driver to consider share link if exists ([#8](https://github.com/FlowingCode/ShareEasy/issues/8))
#### Bug fixes:
* change access of withDrivers method to public ([#6](https://github.com/FlowingCode/ShareEasy/issues/6))
Share Easy Add-on version 2.0.0
#### Bug fixes:
* Breaking change: add missing encoding for media links ([#10](https://github.com/FlowingCode/ShareEasy/issues/10))