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 PointerEventSupportImplIE10
- java.lang.Object
-
- com.vaadin.client.event.PointerEventSupportImpl
-
- com.vaadin.client.event.PointerEventSupportImplModernIE
-
- com.vaadin.client.event.PointerEventSupportImplIE10
-
public class PointerEventSupportImplIE10 extends PointerEventSupportImplModernIE
Pointer event support class for IE 10 ("ms" prefixed pointer events)
Since:
7.2
Author:
Vaadin Ltd
-
-
Field Summary
-
Fields inherited from class com.vaadin.client.event.PointerEventSupportImplModernIE
inited
-
-
Constructor Summary
Constructors Constructor Description PointerEventSupportImplIE10()
-
Method Summary
All Methods Modifier and Type Method Description String
getNativeEventName​(com.vaadin.client.event.PointerEvent.EventType eventName)
-
Methods inherited from class com.vaadin.client.event.PointerEventSupportImplModernIE
init, isSupported
-
-
-
-
Method Detail
-
getNativeEventName
public String getNativeEventName​(com.vaadin.client.event.PointerEvent.EventType eventName)
Overrides:
getNativeEventName
in classPointerEventSupportImpl
Returns:
the native event name of the given event
-
-