Class FileUploadFileRejectedEvent<C extends com.vaadin.flow.component.Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.kit.component.upload.event.FileUploadFileRejectedEvent<C>
- Type Parameters:
- C- type of upload field
- All Implemented Interfaces:
- Serializable
public class FileUploadFileRejectedEvent<C extends com.vaadin.flow.component.Component>
extends com.vaadin.flow.component.ComponentEvent<C>
Event is fired when 
FileRejectedEvent of Upload is occurred. See
 Upload.addFileRejectedListener(ComponentEventListener) for details.- See Also:
- 
- FileRejectedEvent
- Serialized Form
 
- 
Field SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
errorMessage
 
- 
- 
Constructor Details- 
FileUploadFileRejectedEvent
 
- 
- 
Method Details- 
getErrorMessage- Returns:
- the error message
 
 
-