Class VImage.LoadingErrorEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.html.Image>
org.vaadin.firitin.components.html.VImage.LoadingErrorEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- VImage
@DomEvent("error")
public static class VImage.LoadingErrorEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.html.Image>
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionLoadingErrorEvent(com.vaadin.flow.component.html.Image source, boolean fromClient) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
LoadingErrorEventpublic LoadingErrorEvent(com.vaadin.flow.component.html.Image source, boolean fromClient) 
 
-