Java com.vaadin.ui TooltipConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui TooltipConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui TooltipConfiguration.

The text is from its open source code.

Method

voidsetOpenDelay(int openDelay)
Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
voidsetQuickOpenDelay(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).
voidsetQuickOpenTimeout(int quickOpenTimeout)
Sets the time (in ms) that determines when #getQuickOpenDelay() should be used instead of #getOpenDelay() .