Uses of Class
org.apache.wicket.markup.html.form.upload.FileUploadField
-
Packages that use FileUploadField Package Description 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 Constructor Description 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.UploadProgressBar(String id, FileUploadField uploadField)
Constructor that will display the upload progress bar for every submit of the given form.
-