Package | Description |
---|---|
org.htmlunit.javascript.host.draganddrop |
Implementations of the various JavaScript objects from the HTML Drag and Drop API.
|
Modifier and Type | Method and Description |
---|---|
static DataTransferItem |
DataTransferItemList.add(org.htmlunit.corejs.javascript.Context context,
org.htmlunit.corejs.javascript.Scriptable scope,
org.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
org.htmlunit.corejs.javascript.Function function)
Creates a new
DataTransferItem using the specified data and adds it to the drag data list. |
static DataTransferItem |
DataTransferItem.buildFileItem(File file) |
static DataTransferItem |
DataTransferItem.buildStringItem(CharSequence data,
String type) |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.