Uses of Enum Class
com.vaadin.flow.component.upload.UploadManager.FileRejectionReason
Packages that use UploadManager.FileRejectionReason
-
Uses of UploadManager.FileRejectionReason in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadManager.FileRejectionReasonModifier and TypeMethodDescriptionUploadManager.FileRejectionReason.fromClientCode(String clientCode) Returns the reason matching the given client-side error code, orUNKNOWNif no match is found.UploadManager.FileRejectedEvent.getReason()Gets the reason why the file was rejected.Returns the enum constant of this class with the specified name.static UploadManager.FileRejectionReason[]UploadManager.FileRejectionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.upload with parameters of type UploadManager.FileRejectionReasonModifierConstructorDescriptionFileRejectedEvent(Component source, boolean fromClient, UploadManager.FileRejectionReason reason, String fileName) Creates a new event.