Uses of Class
com.vaadin.client.TooltipInfo
-
-
Uses of TooltipInfo in com.vaadin.client
Methods in com.vaadin.client that return TooltipInfo Modifier and Type Method Description TooltipInfo
ComponentConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
Gets the tooltip info for the given element.TooltipInfo
VCaption. getTooltipInfo()
Returns the tooltip that should be shown for the captionMethods in com.vaadin.client with parameters of type TooltipInfo Modifier and Type Method Description boolean
TooltipInfo. equals(TooltipInfo other)
Indicates whether another tooltip info instance is equal to this one.void
VCaption. setTooltipInfo(TooltipInfo tooltipInfo)
Sets the tooltip that should be shown for the captionvoid
VTooltip. showAssistive(TooltipInfo info)
Show the tooltip with the provided info for assistive devices. -
Uses of TooltipInfo in com.vaadin.client.connectors
Methods in com.vaadin.client.connectors that return TooltipInfo Modifier and Type Method Description TooltipInfo
GridConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return TooltipInfo Modifier and Type Method Description TooltipInfo
VMenuBar.CustomMenuItem. getTooltip()
TooltipInfo
VScrollTable.VScrollTableBody.VScrollTableRow. getTooltip(com.google.gwt.dom.client.Element target)
TooltipInfo
AbstractComponentConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
TooltipInfo
VScrollTable.VScrollTableBody.VScrollTableRow. getTooltipInfo()
TooltipInfo
VTabsheet.Tab. getTooltipInfo()
-
Uses of TooltipInfo in com.vaadin.client.ui.calendar
Methods in com.vaadin.client.ui.calendar that return TooltipInfo Modifier and Type Method Description TooltipInfo
CalendarConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.form
Methods in com.vaadin.client.ui.form that return TooltipInfo Modifier and Type Method Description TooltipInfo
FormConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.formlayout
Methods in com.vaadin.client.ui.formlayout that return TooltipInfo Modifier and Type Method Description TooltipInfo
FormLayoutConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.menubar
Methods in com.vaadin.client.ui.menubar that return TooltipInfo Modifier and Type Method Description TooltipInfo
MenuBarConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout that return TooltipInfo Modifier and Type Method Description TooltipInfo
AbstractOrderedLayoutConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.table
Methods in com.vaadin.client.ui.table that return TooltipInfo Modifier and Type Method Description TooltipInfo
TableConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.tabsheet
Methods in com.vaadin.client.ui.tabsheet that return TooltipInfo Modifier and Type Method Description TooltipInfo
TabsheetConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.tree
Fields in com.vaadin.client.ui.tree with type parameters of type TooltipInfo Modifier and Type Field Description protected Map<VTree.TreeNode,TooltipInfo>
TreeConnector. tooltipMap
Methods in com.vaadin.client.ui.tree that return TooltipInfo Modifier and Type Method Description TooltipInfo
TreeConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-
Uses of TooltipInfo in com.vaadin.client.ui.treetable
Methods in com.vaadin.client.ui.treetable that return TooltipInfo Modifier and Type Method Description TooltipInfo
TreeTableConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-