Thank you, for this Vaadin 8 compatible version, I have just one question:

Thank you, for this Vaadin 8 compatible version, I have just one question:
How to deal with immediate? In my touch application I use Labels and since vaadin 8 these components do not have a setImmediate() method because they are immediate per default. But in the touch application I cannot change the value of the Label during runtime, I need to reload the UI to display changes.