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

Packages that use FileUploadField
org.apache.wicket.extensions.ajax.markup.html.form.upload   
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
 

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 fileUploadField)
          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.
 

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

Methods in org.apache.wicket.markup.html.form.upload that return FileUploadField
 FileUploadField FileUploadField.setDefaultModel(IModel<?> model)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.