public class JmixTooltip.JmixTooltipEventHandler
extends com.vaadin.client.VTooltip.TooltipEventHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.vaadin.client.ComponentConnector |
currentConnector |
| Constructor and Description |
|---|
JmixTooltipEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkRequiredIndicatorVisible() |
protected boolean |
elementIsIndicator(com.google.gwt.dom.client.Element relativeElement) |
protected com.vaadin.client.TooltipInfo |
getTooltipFor(com.google.gwt.dom.client.Element element) |
protected void |
handleShowHide(com.google.gwt.event.dom.client.DomEvent domEvent,
boolean isFocused) |
protected boolean |
isClassNameExcluded(java.lang.String className) |
protected boolean |
isContextHelpElement(com.google.gwt.dom.client.Element element) |
protected boolean |
isRequiredIndicator(com.google.gwt.dom.client.Element element) |
protected boolean |
isTooltipElement(com.google.gwt.dom.client.Element element) |
void |
onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event) |
protected com.vaadin.client.TooltipInfo |
updateTooltip(com.vaadin.client.TooltipInfo info,
com.google.gwt.dom.client.Element element) |
protected boolean isTooltipElement(com.google.gwt.dom.client.Element element)
protected boolean isRequiredIndicator(com.google.gwt.dom.client.Element element)
protected boolean isContextHelpElement(com.google.gwt.dom.client.Element element)
protected void checkRequiredIndicatorVisible()
protected boolean isClassNameExcluded(java.lang.String className)
protected com.vaadin.client.TooltipInfo getTooltipFor(com.google.gwt.dom.client.Element element)
getTooltipFor in class com.vaadin.client.VTooltip.TooltipEventHandlerprotected com.vaadin.client.TooltipInfo updateTooltip(com.vaadin.client.TooltipInfo info,
com.google.gwt.dom.client.Element element)
public void onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event)
onMouseDown in interface com.google.gwt.event.dom.client.MouseDownHandleronMouseDown in class com.vaadin.client.VTooltip.TooltipEventHandlerprotected void handleShowHide(com.google.gwt.event.dom.client.DomEvent domEvent,
boolean isFocused)
handleShowHide in class com.vaadin.client.VTooltip.TooltipEventHandlerprotected boolean elementIsIndicator(com.google.gwt.dom.client.Element relativeElement)