Uses of Class
com.vaadin.ui.Html5File
-
Packages that use Html5File Package Description com.vaadin.ui com.vaadin.ui.dnd.event -
-
Uses of Html5File in com.vaadin.ui
Methods in com.vaadin.ui that return Html5File Modifier and Type Method Description Html5File[]
DragAndDropWrapper.WrapperTransferable. getFiles()
Deprecated. -
Uses of Html5File in com.vaadin.ui.dnd.event
Methods in com.vaadin.ui.dnd.event that return types with arguments of type Html5File Modifier and Type Method Description Collection<Html5File>
FileDropEvent. getFiles()
Gets the collection of files dropped onto the file drop target component.Constructor parameters in com.vaadin.ui.dnd.event with type arguments of type Html5File Constructor Description FileDropEvent(T target, Collection<Html5File> files)
Creates a file drop event.
-