Modifier and Type | Method and Description |
---|---|
TooltipInfo |
VCaption.getTooltipInfo()
Returns the tooltip that should be shown for the caption
|
TooltipInfo |
ComponentConnector.getTooltipInfo(com.google.gwt.dom.client.Element element)
Gets the tooltip info for the given element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TooltipInfo.equals(TooltipInfo other) |
void |
VCaption.setTooltipInfo(TooltipInfo tooltipInfo)
Sets the tooltip that should be shown for the caption
|
void |
VTooltip.showAssistive(TooltipInfo info)
Show the tooltip with the provided info for assistive devices.
|
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
GridConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
VMenuBar.CustomMenuItem.getTooltip() |
TooltipInfo |
VScrollTable.VScrollTableBody.VScrollTableRow.getTooltip(com.google.gwt.dom.client.Element target) |
TooltipInfo |
VTabsheet.Tab.getTooltipInfo() |
TooltipInfo |
VScrollTable.VScrollTableBody.VScrollTableRow.getTooltipInfo() |
TooltipInfo |
AbstractComponentConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
CalendarConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
FormConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
FormLayoutConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
MenuBarConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
AbstractOrderedLayoutConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
TableConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
TabsheetConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Field and Description |
---|---|
protected Map<VTree.TreeNode,TooltipInfo> |
TreeConnector.tooltipMap |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
TreeConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
TooltipInfo |
TreeTableConnector.getTooltipInfo(com.google.gwt.dom.client.Element element) |
Copyright © 2016 Vaadin Ltd. All rights reserved.