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 TooltipInfoComponentConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)Gets the tooltip info for the given element.TooltipInfoVCaption. getTooltipInfo()Returns the tooltip that should be shown for the caption.Methods in com.vaadin.client with parameters of type TooltipInfo Modifier and Type Method Description booleanTooltipInfo. equals(TooltipInfo other)Indicates whether another tooltip info instance is equal to this one.voidVCaption. setTooltipInfo(TooltipInfo tooltipInfo)Sets the tooltip that should be shown for the caption.voidVTooltip. showAssistive(TooltipInfo info)Show the tooltip with the provided info for assistive devices. -
Uses of TooltipInfo in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid that return TooltipInfo Modifier and Type Method Description TooltipInfoGridConnector. 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 TooltipInfoVMenuBar.CustomMenuItem. getTooltip()TooltipInfoAbstractComponentConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)TooltipInfoVTabsheet.Tab. getTooltipInfo()Returns the tab caption's tooltip info if it has been configured. -
Uses of TooltipInfo in com.vaadin.client.ui.formlayout
Methods in com.vaadin.client.ui.formlayout that return TooltipInfo Modifier and Type Method Description TooltipInfoFormLayoutConnector. 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 TooltipInfoMenuBarConnector. getTooltipInfo(com.google.gwt.dom.client.Element element) -
Uses of TooltipInfo in com.vaadin.client.ui.optiongroup
Methods in com.vaadin.client.ui.optiongroup that return TooltipInfo Modifier and Type Method Description TooltipInfoCheckBoxGroupConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)TooltipInfoRadioButtonGroupConnector. 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 TooltipInfoAbstractOrderedLayoutConnector. 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 TooltipInfoTabsheetConnector. getTooltipInfo(com.google.gwt.dom.client.Element element)
-