com.vaadin.client.ui.dd
Class VHtml5File

java.lang.Object
  extended by JavaScriptObject
      extended by com.vaadin.client.ui.dd.VHtml5File

public class VHtml5File
extends JavaScriptObject

Wrapper for html5 File object.


Constructor Summary
protected VHtml5File()
           
 
Method Summary
 java.lang.String getName()
           
 double getSize()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VHtml5File

protected VHtml5File()
Method Detail

getName

public final java.lang.String getName()

getType

public final java.lang.String getType()

getSize

public final double getSize()


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