Uses of Class
org.apache.wicket.markup.html.form.upload.FileUploadField

Packages that use FileUploadField
org.apache.wicket.extensions.ajax.markup.html.form.upload   
 

Uses of FileUploadField in org.apache.wicket.extensions.ajax.markup.html.form.upload
 

Constructors in org.apache.wicket.extensions.ajax.markup.html.form.upload with parameters of type FileUploadField
UploadProgressBar(String id, Form<?> form, FileUploadField uploadField)
          Constructor that will display the upload progress bar for submissions of the given form, that include a file upload in the given file upload field; i.e. if the user did not select a file in the given file upload field, the progess bar is not displayed.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.