Java com.vaadin.client TooltipInfo fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client TooltipInfo fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

TooltipInfo(String tooltip)
Constructs a new tooltip info instance.
TooltipInfo(String tooltip, String errorMessage)
Constructs a new instance using the tooltip for the title and errorMessage as a description.
TooltipInfo(String tooltip, ContentMode mode)
Constructs a new tooltip info instance.

Method

StringgetTitle()
Gets the tooltip title.