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 PointerEventSupportImplModernIE
- java.lang.Object
-
- com.vaadin.client.event.PointerEventSupportImpl
-
- com.vaadin.client.event.PointerEventSupportImplModernIE
-
public class PointerEventSupportImplModernIE extends PointerEventSupportImpl
Pointer event support class for IE 11+ (unprefixed pointer events).
Since:
7.2
Author:
Vaadin Ltd
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
inited
-
Constructor Summary
Constructors Constructor Description PointerEventSupportImplModernIE()
-
Method Summary
All Methods Modifier and Type Method Description protected void
init()
Initializes event support.
protected boolean
isSupported()
-
Methods inherited from class com.vaadin.client.event.PointerEventSupportImpl
getNativeEventName
-
-
-
-
Method Detail
-
isSupported
protected boolean isSupported()
Overrides:
isSupported
in classPointerEventSupportImpl
Returns:
true if the pointer events are supported, false otherwise
-
init
protected void init()
Description copied from class:
PointerEventSupportImpl
Initializes event support.
Overrides:
init
in classPointerEventSupportImpl
-
-