Java org.apache.wicket.extensions.ajax.markup.html.form.upload UploadProgressBar fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.ajax.markup.html.form.upload UploadProgressBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.ajax.markup.html.form.upload UploadProgressBar.

The text is from its open source code.

Constructor

UploadProgressBar(final String id, final Form form)
Constructor that will display the upload progress bar for every submit of the given form.
UploadProgressBar(final String id, final Form form, final 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.

Method

voidsetMarkupId(Component comp)
Copy markupId
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
ComponentsetRenderBodyOnly(final boolean renderTag)
If false the component's tag will be printed as well as its body (which is default).