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 booleaninited
-
Constructor Summary
Constructors Constructor Description PointerEventSupportImplModernIE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()Initializes event support.protected booleanisSupported()-
Methods inherited from class com.vaadin.client.event.PointerEventSupportImpl
getNativeEventName
-
-
-
-
Method Detail
-
isSupported
protected boolean isSupported()
- Overrides:
isSupportedin classPointerEventSupportImpl- Returns:
- true if the pointer events are supported, false otherwise
-
init
protected void init()
Description copied from class:PointerEventSupportImplInitializes event support.- Overrides:
initin classPointerEventSupportImpl
-
-