Uses of Enum Class
com.vaadin.flow.component.upload.UploadFormat
Packages that use UploadFormat
-
Uses of UploadFormat in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadFormatModifier and TypeMethodDescriptionstatic UploadFormatReturns the enum constant of this class with the specified name.static UploadFormat[]UploadFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.upload with parameters of type UploadFormatModifier and TypeMethodDescriptionvoidUpload.setUploadFormat(UploadFormat type) Sets the upload format to use when sending files to the server.