Interface WebAPI.MultiFileUploader
- All Superinterfaces:
WebAPI.FileSelector
- Enclosing class:
WebAPI
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<Consumer<List<WebAPI.JSFile>>> Defines a function to be called when a files are selected.Properties inherited from interface com.jpro.webapi.WebAPI.FileSelector
fileDragOver, selectFileOnClick, selectFileOnDrop, selectionMode -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Consumer<List<WebAPI.JSFile>>> Defines a function to be called when a files are selected.default voidsetOnFilesSelected(Consumer<List<WebAPI.JSFile>> value) Sets the value of the property onFileSelected.Methods inherited from interface com.jpro.webapi.WebAPI.FileSelector
fileDragOverProperty, getFileDragOver, getFilesDragOverTypes, getSelectFileOnClick, getSelectFileOnDrop, getSelectionMode, selectFileOnClickProperty, selectFileOnDropProperty, selectionModeProperty, setSelectFileOnClick, setSelectFileOnDrop, setSelectionMode, supportedExtensions
-
Property Details
-
onFilesSelected
javafx.beans.property.ObjectProperty<Consumer<List<WebAPI.JSFile>>> onFilesSelectedPropertyDefines a function to be called when a files are selected.- Since:
- 2022.1.6
- See Also:
-
-
Method Details
-
onFilesSelectedProperty
javafx.beans.property.ObjectProperty<Consumer<List<WebAPI.JSFile>>> onFilesSelectedProperty()Defines a function to be called when a files are selected.- Returns:
- the
onFilesSelectedproperty - Since:
- 2022.1.6
- See Also:
-
setOnFilesSelected
Sets the value of the property onFileSelected.- Since:
- 2022.1.6
-