Uses of Class
org.apache.wicket.markup.html.form.upload.FileDescription
-
Packages that use FileDescription Package Description org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). -
-
Uses of FileDescription in org.apache.wicket.markup.html.form.upload
Method parameters in org.apache.wicket.markup.html.form.upload with type arguments of type FileDescription Modifier and Type Method Description protected abstract void
FilesSelectedBehavior. onSelected(AjaxRequestTarget target, List<FileDescription> fileDescriptions)
Called when a file, at client side is selected.static FilesSelectedBehavior
FilesSelectedBehavior. onSelected(org.danekja.java.util.function.serializable.SerializableBiConsumer<AjaxRequestTarget,List<FileDescription>> select)
Creates anFilesSelectedBehavior
based on lambda expressions
-