Class Carousel.SlideChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Carousel>
com.flowingcode.vaadin.addons.carousel.Carousel.SlideChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Carousel
@DomEvent("position-changed")
public static class Carousel.SlideChangeEvent
extends ComponentEvent<Carousel>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SlideChangeEvent
public SlideChangeEvent(Carousel source, boolean fromClient, @EventData("event.detail.value") String position)
-
-
Method Details
-
getPosition
-