We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.event.
Class PointerEventSupportImpl
- java.lang.Object
-
- com.vaadin.client.event.PointerEventSupportImpl
-
Direct Known Subclasses:
public class PointerEventSupportImpl extends Object
Main pointer event support implementation class. Made for browser without pointer event support.
Since:
7.2
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description PointerEventSupportImpl()
-
Method Summary
All Methods Modifier and Type Method Description String
getNativeEventName​(com.vaadin.client.event.PointerEvent.EventType eventName)
protected void
init()
Initializes event support.
protected boolean
isSupported()
-
-
-
Method Detail
-
isSupported
protected boolean isSupported()
Returns:
true if the pointer events are supported, false otherwise
-
getNativeEventName
public String getNativeEventName​(com.vaadin.client.event.PointerEvent.EventType eventName)
Parameters:
events
-Returns:
the native event name of the given event
-
init
protected void init()
Initializes event support.
-
-