com.vaadin.terminal.gwt.client.ui.


Class VDragAndDropWrapperIE

java.lang.Object
  com.google.gwt.user.client.ui.UIObject
      com.google.gwt.user.client.ui.Widget
          com.google.gwt.user.client.ui.Panel
              com.google.gwt.user.client.ui.SimplePanel
                  com.vaadin.terminal.gwt.client.ui.VCustomComponent
                      com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper
                          com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapperIE

All Implemented Interfaces:

com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Container, Paintable, VHasDropHandler, Iterable<com.google.gwt.user.client.ui.Widget>

public class VDragAndDropWrapperIE
extends VDragAndDropWrapper

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper
VDragAndDropWrapper.CustomDropHandler
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper
acceptedTypes, COMPONENT, DRAG_START_MODE, DRAGGABLE, dragStartMode, enabled, horizontalDropLocation, HTML5, HTML5_DATA_FLAVORS, NONE, verticalDropLocation, WRAPPER
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
VDragAndDropWrapperIE()
           
 
Method Summary
protected  com.google.gwt.user.client.Element getDragStartElement()
           
protected  void hookHtml5DragStart(com.google.gwt.user.client.Element el)
           
protected  void hookHtml5Events(com.google.gwt.user.client.Element el)
          Prototype code, memory leak risk.
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper
deEmphasis, emphasis, getDropHandler, handleVaadinRelatedSizeChange, html5DragDrop, html5DragEnter, html5DragLeave, html5DragOver, html5DragStart, initDragStartMode, onBrowserEvent, updateDropDetails, updateFromUIDL
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.VCustomComponent
getAllocatedSpace, hasChildComponent, isDynamicHeight, isDynamicWidth, replaceChildComponent, requestLayout, setHeight, setWidth, updateCaption
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator, remove, setWidget, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VDragAndDropWrapperIE

public VDragAndDropWrapperIE()
Method Detail

getDragStartElement

protected com.google.gwt.user.client.Element getDragStartElement()

Overrides:
getDragStartElement in class VDragAndDropWrapper

hookHtml5DragStart

protected void hookHtml5DragStart(com.google.gwt.user.client.Element el)

Overrides:
hookHtml5DragStart in class VDragAndDropWrapper

hookHtml5Events

protected void hookHtml5Events(com.google.gwt.user.client.Element el)

Description copied from class: VDragAndDropWrapper

Prototype code, memory leak risk.

Overrides:
hookHtml5Events in class VDragAndDropWrapper