T - Type of the file drop target component.public class FileDropEvent<T extends AbstractComponent> extends Component.Event
FileDropHandler,
Serialized Formsource| Constructor and Description |
|---|
FileDropEvent(T target,
Collection<Html5File> files)
Creates a file drop event.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Html5File> |
getFiles()
Gets the collection of files dropped onto the file drop target component.
|
getComponentgetConnectorgetSource, toStringpublic FileDropEvent(T target, Collection<Html5File> files)
target - The file drop target component.files - Collection of files.public Collection<Html5File> getFiles()
Copyright © 2018 Vaadin Ltd. All rights reserved.