Example usage for Java com.vaadin.ui TooltipConfiguration fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setOpenDelay(int openDelay) Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g. |
void | setQuickOpenDelay(int quickOpenDelay) Sets the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within #getQuickOpenDelay() ms). |
void | setQuickOpenTimeout(int quickOpenTimeout) Sets the time (in ms) that determines when #getQuickOpenDelay() should be used instead of #getOpenDelay() . |