Package com.storedobject.ui
Class ImageMap.AreaClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ImageMap>
com.storedobject.ui.ImageMap.AreaClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
ImageMap
public static class ImageMap.AreaClickEvent
extends com.vaadin.flow.component.ComponentEvent<ImageMap>
Event fired when an area is clicked.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAreaClickEvent(ImageMap source, ImageMap.Area area, boolean fromClient) Creates a new area click event. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AreaClickEvent
Creates a new area click event.- Parameters:
source- The image map that was clicked, notnullarea- The clicked area inside the image map, notnullfromClient-trueif the event originated from the client side,falseotherwise
-
-
Method Details
-
getArea
-