Java com.google.gwt.user.client.ui FileUpload fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui FileUpload fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui FileUpload.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.FileUpload has subclasses.
Click this link to see all its subclasses.

Constructor

FileUpload()
Constructs a new file upload widget.

Method

HandlerRegistrationaddChangeHandler(ChangeHandler handler)
StringgetFilename()
Gets the filename selected by the user.
voidsetName(String name)
FileUploadwrap(Element element)
Creates a FileUpload widget that wraps an existing <input type='file'> element.