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. 

       
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
    • Constructor Detail

      • VHtml5File

        protected VHtml5File()

        Deprecated. 

    • Method Detail

      • getName

        public final String getName()

        Deprecated. 

      • getType

        public final String getType()

        Deprecated. 

      • getSize

        public final double getSize()

        Deprecated.