Package | Description |
---|---|
org.htmlunit.javascript.host.draganddrop |
Implementations of the various JavaScript objects from the HTML Drag and Drop API.
|
org.htmlunit.javascript.host.file |
Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
File |
DataTransferItem.getAsFile() |
Modifier and Type | Method and Description |
---|---|
static DataTransferItem |
DataTransferItem.buildFileItem(File file) |
Modifier and Type | Method and Description |
---|---|
File |
FileList.item(int index)
Returns a
File object representing the file at the specified index in the file list. |
Modifier and Type | Method and Description |
---|---|
void |
FileList.updateFiles(ArrayList<File> files)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.