We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.dd.
Class VHtml5File
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.ui.dd.VHtml5File
-
Deprecated.
Since 8.1, will be replaced by FileDropTargetExtensionConnector and FileDropTargetExtension, https://github.com/vaadin/framework/issues/8891
@Deprecated public class VHtml5File extends com.google.gwt.core.client.JavaScriptObject
Wrapper for html5 File object.
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
VHtml5File()
Deprecated.
-
Method Summary
All Methods Modifier and Type Method and Description String
getName()
Deprecated.
double
getSize()
Deprecated.
String
getType()
Deprecated.
-