Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractFileUploadWidget.onFileUpload(org.apache.wicket.markup.html.form.upload.FileUpload fileUpload)
Override this method to handle uploading files
|
protected void |
AbstractFileUploadWidget.process(org.apache.wicket.markup.html.form.upload.FileUpload fileUpload)
Validate file upload item against the file upload validation service defined in
AbstractFileUploadWidget.AbstractFileUploadWidget(String, IPluginConfig, FileUploadValidationService) then call AbstractFileUploadWidget.onFileUpload(FileUpload) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AjaxFileUploadBehavior.process(org.apache.wicket.markup.html.form.upload.FileUpload fileUpload) |
Modifier and Type | Method and Description |
---|---|
abstract void |
FileUploadPanel.onFileUpload(org.apache.wicket.markup.html.form.upload.FileUpload fileUpload) |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.