Directory

Refresher - Vaadin Add-on Directory

A non-visible poller component Refresher - Vaadin Add-on Directory
**Deprecated. Use [Vaadin 7 polling](http://stackoverflow.com/a/24364359) instead.** Because of the way Vaadin works, asynchronous UI changes made on the server side (e.g. by a long-duration data processing Thread) aren't reflected to the client side. This component makes it possible to make UI changes, even if the user doesn't start a transaction.
Video Demo
Forum Post
Live Demo
Source Code
Chat Application Article

Refresher version 1.0.0
null

Refresher version 1.1.0
- Package name is now com.github.wolfie.refresher.* - Replaced example application with something more practical - Added a default interval of 1sec - Fixed a bug where the component would keep on refreshing even if it's disabled.

Refresher version 1.1.1
Fixed a bug where the refresher would stop working after a repaint (especially in CSSLayouts)

Refresher version 1.1.1.7
Ported to Vaadin 7

Refresher version 1.1.2.7
- Supports Vaadin 7 alpha 3 - Supports Java 1.5 - Stops refreshing if .setEnable(false) is called

Refresher version 1.1.3.7
Support for Vaadin 7.0.0 beta5

Refresher version 1.2.1.7
Support for Vaadin 7 Beta 11

Refresher version 1.2.2.7
Avoiding concurrent modification exceptions.

Refresher version 1.2.3.7
No new code, just recompiled in Java 6