Tooltip configuration

Hi,

I want to configure the tooltip time delay, but I don’t find an example.
I’m using vaadin 7.1.11

Please, help

Clemens

Hi,

At least
this comment
on the client side code suggest that it should be configurable from the server side. I’ll try to find the correct API.

Okay, found it! So the API to configure tooltip delay is
TooltipConfiguration.java

Jouni, thanks a lot