Uses of Class
org.hippoecm.frontend.plugins.jquery.upload.behaviors.FileUploadInfo
-
-
Uses of FileUploadInfo in org.hippoecm.frontend.plugins.jquery.upload
Methods in org.hippoecm.frontend.plugins.jquery.upload with parameters of type FileUploadInfo Modifier and Type Method Description protected void
AbstractFileUploadWidget. onAfterUpload(org.apache.commons.fileupload.FileItem file, FileUploadInfo fileUploadInfo)
The event is fired after the selecting files has been processed and uploaded.protected void
AbstractFileUploadWidget. onBeforeUpload(FileUploadInfo fileUploadInfo)
The event is fired before processing the uploaded file.protected void
AbstractFileUploadWidget. onUploadError(FileUploadInfo fileUploadInfo)
The event is fired when there is an error during processing uploaded file. -
Uses of FileUploadInfo in org.hippoecm.frontend.plugins.jquery.upload.behaviors
Methods in org.hippoecm.frontend.plugins.jquery.upload.behaviors with parameters of type FileUploadInfo Modifier and Type Method Description protected void
AjaxFileUploadBehavior. onAfterUpload(org.apache.commons.fileupload.FileItem file, FileUploadInfo fileUploadInfo)
protected void
AjaxFileUploadBehavior. onBeforeUpload(FileUploadInfo fileUploadInfo)
Event is fired before processing the uploaded file.protected void
AjaxFileUploadBehavior. onUploadError(FileUploadInfo fileUploadInfo)
Method parameters in org.hippoecm.frontend.plugins.jquery.upload.behaviors with type arguments of type FileUploadInfo Modifier and Type Method Description protected void
AjaxFileUploadBehavior. onResponse(org.apache.wicket.protocol.http.servlet.ServletWebRequest request, Map<String,FileUploadInfo> uploadedFiles)
protected void
AjaxFileUploadBehavior. setResponse(org.apache.wicket.protocol.http.servlet.ServletWebRequest request, Map<String,FileUploadInfo> uploadedFiles)
-
Uses of FileUploadInfo in org.hippoecm.frontend.plugins.jquery.upload.multiple
Methods in org.hippoecm.frontend.plugins.jquery.upload.multiple with parameters of type FileUploadInfo Modifier and Type Method Description protected void
FileUploadWidget. onAfterUpload(org.apache.commons.fileupload.FileItem file, FileUploadInfo fileUploadInfo)
Method parameters in org.hippoecm.frontend.plugins.jquery.upload.multiple with type arguments of type FileUploadInfo Modifier and Type Method Description protected void
FileUploadWidget. onFileUploadResponse(org.apache.wicket.protocol.http.servlet.ServletWebRequest request, Map<String,FileUploadInfo> uploadedFiles)
-
Uses of FileUploadInfo in org.hippoecm.frontend.plugins.jquery.upload.single
Methods in org.hippoecm.frontend.plugins.jquery.upload.single with parameters of type FileUploadInfo Modifier and Type Method Description protected void
FileUploadPanel. onBeforeUpload(FileUploadInfo fileUploadInfo)
The event is fired before processing the uploaded file.
-