DropTargetExtensionConnector@Deprecated public class VHtml5DragEvent extends com.google.gwt.dom.client.NativeEvent
| Modifier | Constructor and Description |
|---|---|
protected |
VHtml5DragEvent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataAsText(String type)
Deprecated.
|
String |
getEffectAllowed()
Deprecated.
|
VHtml5File |
getFile(int fileIndex)
Deprecated.
|
String |
getFileAsString(int index)
Deprecated.
Works on FF 3.6 and possibly with gears.
|
int |
getFileCount()
Deprecated.
|
com.google.gwt.core.client.JsArrayString |
getTypes()
Deprecated.
|
boolean |
isFile(int fileIndex)
Deprecated.
Detects if dropped element is a file.
|
void |
setDropEffect(String effect)
Deprecated.
|
void |
setEffectAllowed(String effect)
Deprecated.
|
void |
setHtml5DataFlavor(String flavor,
String data)
Deprecated.
|
getAltKey, getButton, getChangedTouches, getCharCode, getClientX, getClientY, getCtrlKey, getCurrentEventTarget, getDataTransfer, getEventTarget, getKeyCode, getMetaKey, getMouseWheelVelocityY, getRelatedEventTarget, getRotation, getScale, getScreenX, getScreenY, getShiftKey, getString, getTargetTouches, getTouches, getType, preventDefault, stopPropagationpublic final com.google.gwt.core.client.JsArrayString getTypes()
public final String getFileAsString(int index)
index - public final void setDropEffect(String effect)
public final String getEffectAllowed()
public final void setEffectAllowed(String effect)
public final int getFileCount()
public final VHtml5File getFile(int fileIndex)
public final boolean isFile(int fileIndex)
true on Safari even if the dropped element is
a folder.Copyright © 2018 Vaadin Ltd. All rights reserved.