public class DataTransfer extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
dropEffect |
Objs.Property<String> |
effectAllowed |
Objs.Property<FileList> |
files |
Objs.Property<DataTransferItemList> |
items |
Objs.Property<DOMStringList> |
types |
Modifier | Constructor and Description |
---|---|
protected |
DataTransfer(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static DataTransfer |
$as(Object obj) |
Boolean |
clearData() |
Boolean |
clearData(String format) |
String |
dropEffect() |
String |
effectAllowed() |
FileList |
files() |
String |
getData(String format) |
DataTransferItemList |
items() |
Boolean |
setData(String format,
String data) |
DOMStringList |
types() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> dropEffect
public Objs.Property<String> effectAllowed
public Objs.Property<FileList> files
public Objs.Property<DataTransferItemList> items
public Objs.Property<DOMStringList> types
protected DataTransfer(Objs.Constructor<?> c, Object js)
public static DataTransfer $as(Object obj)
public String dropEffect()
public String effectAllowed()
public FileList files()
public DataTransferItemList items()
public DOMStringList types()
public Boolean clearData()
Copyright © 2018. All rights reserved.