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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLoadingErrorEvent
(com.vaadin.flow.component.html.Image source, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
LoadingErrorEvent
public LoadingErrorEvent(com.vaadin.flow.component.html.Image source, boolean fromClient)
-