Package 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 Instance Methods Concrete 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
-
-