Package com.vaadin.componentfactory
Class Autocomplete.AucompleteChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Autocomplete>
com.vaadin.componentfactory.Autocomplete.AucompleteChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
Autocomplete
@DomEvent("value-changed")
public static class Autocomplete.AucompleteChangeEvent
extends com.vaadin.flow.component.ComponentEvent<Autocomplete>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAucompleteChangeEvent(Autocomplete source, boolean fromClient, String value) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AucompleteChangeEvent
public AucompleteChangeEvent(Autocomplete source, boolean fromClient, @EventData("event.detail.value") String value)
-
-
Method Details
-
getValue
-