I am working on a Vaadin project over a year (excellent framework by the way). I’ve come from PHP language and there is one thing that I miss (i’m not sure if there is a similar here) and it’s the “window.setTimeout”.
In php (javascript) I can call a function when passing a time (in milliseconds). There is a way to do this in Vaadin?
In most posts, people attach the timeout with the “session-timeout”, but i’m not interested in it