Package | Description |
---|---|
com.vaadin.flow.component.upload |
Modifier and Type | Class and Description |
---|---|
class |
FailedEvent
FailedEvent event is sent when the upload is received, but the
reception is interrupted for some reason.
|
class |
NoInputStreamEvent
FailedEvent that indicates that an input stream could not be obtained.
|
class |
NoOutputStreamEvent
FailedEvent that indicates that an output stream could not be obtained.
|
class |
SucceededEvent
SucceededEvent event is sent when the upload is received successfully.
|
Modifier and Type | Method and Description |
---|---|
Registration |
Upload.addFinishedListener(ComponentEventListener<FinishedEvent> listener)
Add a succeeded listener that is informed on upload finished.
|
Copyright © 2020. All rights reserved.