I\'m using Vaadin 7. In my application there\'s a table list and user could choice one or more items to elaborate. If execute button is clicked, UI component are disabled and tw
You could use a component which refreshes periodically like the ProgressIndicator. Disable it after the thread has finished. That works for me.