Uses of Class
com.google.gwt.user.client.ui.FileUpload
-
Packages that use FileUpload Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of FileUpload in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return FileUpload Modifier and Type Method Description static FileUpload
FileUpload. wrap(Element element)
Creates a FileUpload widget that wraps an existing <input type='file'> element.
-