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.terminal.gwt.client.ui.dd.
Class VHtml5File
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.vaadin.terminal.gwt.client.ui.dd.VHtml5File
- extends com.google.gwt.core.client.JavaScriptObject
public class VHtml5File
Wrapper for html5 File object.
Constructor Summary | |
---|---|
protected |
VHtml5File()
|
Method Summary | |
---|---|
String |
getName()
|
int |
getSize()
|
String |
getType()
|
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
VHtml5File
protected VHtml5File()
Method Detail |
---|
getName
public final String getName()
getType
public final String getType()
getSize
public final int getSize()