Package com.vaadin.client.ui.dd
Class VHtml5File
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.ui.dd.VHtml5File
-
public class VHtml5File extends com.google.gwt.core.client.JavaScriptObject
Wrapper for html5 File object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VHtml5File()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
double
getSize()
String
getType()
-