We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.upload.
Package com.vaadin.flow.component.upload
Class FileRemovedEvent
All Implemented Interfaces:
Sent when a file selected for upload is removed.
Author:
Vaadin Ltd.
See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFileRemovedEvent
(Upload source, String fileName) Creates a new event using the given source and the removed file name.
-
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FileRemovedEvent
Creates a new event using the given source and the removed file name.
Parameters:
source
- the source componentfileName
- the removed file name
-
-
Method Details
-
getFileName
Get the removed file name.
Returns:
the removed file name
-