Package org.neotropic.util.visual.slider
Class PaperSlider.SliderValueChangingEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<PaperSlider>
-
- org.neotropic.util.visual.slider.PaperSlider.SliderValueChangingEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PaperSlider
@DomEvent("immediate-value-change") public static class PaperSlider.SliderValueChangingEvent extends com.vaadin.flow.component.ComponentEvent<PaperSlider>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SliderValueChangingEvent(PaperSlider 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 Detail
-
SliderValueChangingEvent
public SliderValueChangingEvent(PaperSlider source, boolean fromClient)
-
-