Uses of Class
net.datenwerke.gf.client.fileselection.dto.SelectedFileWrapper
Packages that use SelectedFileWrapper
Package
Description
-
Uses of SelectedFileWrapper in net.datenwerke.gf.client.fileselection
Methods in net.datenwerke.gf.client.fileselection with parameters of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidFileSelectionWidget.add(SelectedFileWrapper sfw) booleanFileSelectorSource.consumes(SelectedFileWrapper value) booleanFileSelectorSourceImpl.consumes(SelectedFileWrapper value) FileSelectorSource.getDownloadPropertiesFor(SelectedFileWrapper selectedItem) FileSelectorSourceImpl.getDownloadPropertiesFor(SelectedFileWrapper selectedItem) ImageResourceFileSelectorSource.getIconFor(SelectedFileWrapper value) ImageResourceFileSelectorSourceImpl.getIconFor(SelectedFileWrapper value) FileSelectorSource.getTypeDescription(SelectedFileWrapper value) FileSelectorSourceImpl.getTypeDescription(SelectedFileWrapper value) booleanFileSelectorSource.isDownloadEnabled(SelectedFileWrapper item) booleanFileSelectorSourceImpl.isDownloadEnabled(SelectedFileWrapper item) booleanFileSelectorSource.isEditNameEnabled(SelectedFileWrapper selectedItem) booleanFileSelectorSourceImpl.isEditNameEnabled(SelectedFileWrapper selectedItem) Method parameters in net.datenwerke.gf.client.fileselection with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidFileSelectionDao.submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config, <any> callback) -
Uses of SelectedFileWrapper in net.datenwerke.gf.client.fileselection.rpc
Method parameters in net.datenwerke.gf.client.fileselection.rpc with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidFileSelectionRpcService.submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config) voidFileSelectionRpcServiceAsync.submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config, <any> callback) -
Uses of SelectedFileWrapper in net.datenwerke.gf.client.upload.fileselectionsource
Methods in net.datenwerke.gf.client.upload.fileselectionsource with parameters of type SelectedFileWrapperModifier and TypeMethodDescriptionbooleanFileUploadSource.consumes(SelectedFileWrapper value) FileUploadSource.getDownloadPropertiesFor(SelectedFileWrapper selectedItem) ImageResourceFileUploadSource.getIconFor(SelectedFileWrapper value) FileUploadSource.getTypeDescription(SelectedFileWrapper value) booleanFileUploadSource.isDownloadEnabled(SelectedFileWrapper item) booleanFileUploadSource.isEditNameEnabled(SelectedFileWrapper selectedItem) -
Uses of SelectedFileWrapper in net.datenwerke.gf.server.fileselection
Method parameters in net.datenwerke.gf.server.fileselection with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidFileSelectionRpcServiceImpl.submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config) -
Uses of SelectedFileWrapper in net.datenwerke.gf.service.fileselection.hooks
Method parameters in net.datenwerke.gf.service.fileselection.hooks with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidFileSelectionHandlerHook.processData(ArrayList<SelectedFileWrapper> data, String handler, Map<String, String> hashMap) -
Uses of SelectedFileWrapper in net.datenwerke.gf.service.upload
Methods in net.datenwerke.gf.service.upload with parameters of type SelectedFileWrapperModifier and TypeMethodDescriptionFileUploadService.extractUploadedFileFrom(SelectedFileWrapper file) FileUploadService.extractUploadedFileFrom(SelectedFileWrapper file, boolean remove) FileUploadServiceImpl.extractUploadedFileFrom(SelectedFileWrapper file) FileUploadServiceImpl.extractUploadedFileFrom(SelectedFileWrapper file, boolean remove) Method parameters in net.datenwerke.gf.service.upload with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionFileUploadService.extractUploadedFilesFrom(List<SelectedFileWrapper> selectedFiles) FileUploadService.extractUploadedFilesFrom(List<SelectedFileWrapper> data, boolean remove) FileUploadServiceImpl.extractUploadedFilesFrom(List<SelectedFileWrapper> data) FileUploadServiceImpl.extractUploadedFilesFrom(List<SelectedFileWrapper> data, boolean remove) -
Uses of SelectedFileWrapper in net.datenwerke.rs.base.service.reportengines.jasper.hookers
Method parameters in net.datenwerke.rs.base.service.reportengines.jasper.hookers with type arguments of type SelectedFileWrapperModifier and TypeMethodDescriptionvoidJasperReportSubreportHandler.processData(ArrayList<SelectedFileWrapper> data, String handler, Map<String, String> metadata) -
Uses of SelectedFileWrapper in net.datenwerke.rs.fileserver.client.fileserver.helper.fileselection
Methods in net.datenwerke.rs.fileserver.client.fileserver.helper.fileselection with parameters of type SelectedFileWrapperModifier and TypeMethodDescriptionbooleanFileServerFileSelectorSource.consumes(SelectedFileWrapper value) FileServerFileSelectorSource.getDownloadPropertiesFor(SelectedFileWrapper selectedItem) ImageResourceFileServerFileSelectorSource.getIconFor(SelectedFileWrapper value) FileServerFileSelectorSource.getTypeDescription(SelectedFileWrapper value) booleanFileServerFileSelectorSource.isDownloadEnabled(SelectedFileWrapper item) booleanFileServerFileSelectorSource.isEditNameEnabled(SelectedFileWrapper selectedItem) -
Uses of SelectedFileWrapper in net.datenwerke.rs.tsreportarea.client.tsreportarea.helper.fileselector
Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea.helper.fileselector with parameters of type SelectedFileWrapperModifier and TypeMethodDescriptionbooleanTeamSpaceFileSelectorSource.consumes(SelectedFileWrapper value) TeamSpaceFileSelectorSource.getDownloadPropertiesFor(SelectedFileWrapper selectedItem) ImageResourceTeamSpaceFileSelectorSource.getIconFor(SelectedFileWrapper value) TeamSpaceFileSelectorSource.getTypeDescription(SelectedFileWrapper value) booleanTeamSpaceFileSelectorSource.isDownloadEnabled(SelectedFileWrapper item) booleanTeamSpaceFileSelectorSource.isEditNameEnabled(SelectedFileWrapper selectedItem)