Example usage for Java com.vaadin.client TooltipInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
String | getTitle() Gets the tooltip title. |