com.vaadin.terminal.gwt.client.ui.dd
Class VHtml5File

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.vaadin.terminal.gwt.client.ui.dd.VHtml5File

public class VHtml5File
extends com.google.gwt.core.client.JavaScriptObject

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()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.