Is it possible to avoid this cast?

I wish I could avoid this cast somehow.

Integer convertedValue = (Integer) textField .getConvertedValue();

Hi,

Vaadin 8 will hopefully make your life a bit easier in this regard!

-Olli