com.vaadin.client.event
Class PointerEventSupportImplModernIE

java.lang.Object
  extended by com.vaadin.client.event.PointerEventSupportImpl
      extended by com.vaadin.client.event.PointerEventSupportImplModernIE
Direct Known Subclasses:
PointerEventSupportImplIE10

public class PointerEventSupportImplModernIE
extends PointerEventSupportImpl

Pointer event support class for IE 11+ (unprefixed pointer events)

Since:
7.2
Author:
Vaadin Ltd

Field Summary
protected static boolean inited
           
 
Constructor Summary
PointerEventSupportImplModernIE()
           
 
Method Summary
protected  void init()
          Initializes event support
protected  boolean isSupported()
           
 
Methods inherited from class com.vaadin.client.event.PointerEventSupportImpl
getNativeEventName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inited

protected static boolean inited
Constructor Detail

PointerEventSupportImplModernIE

public PointerEventSupportImplModernIE()
Method Detail

isSupported

protected boolean isSupported()
Overrides:
isSupported in class PointerEventSupportImpl
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 class PointerEventSupportImpl


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.