Package com.vaadin.componentfactory
Class Autocomplete.AutocompleteValueAppliedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Autocomplete>
com.vaadin.componentfactory.Autocomplete.AutocompleteValueAppliedEvent
- All Implemented Interfaces:
com.vaadin.flow.component.HasValue.ValueChangeEvent<String>,Serializable
- Enclosing class:
Autocomplete
@DomEvent("vcf-autocomplete-value-applied")
public static class Autocomplete.AutocompleteValueAppliedEvent
extends com.vaadin.flow.component.ComponentEvent<Autocomplete>
implements com.vaadin.flow.component.HasValue.ValueChangeEvent<String>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAutocompleteValueAppliedEvent(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
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.HasValue.ValueChangeEvent
isFromClient
-
Constructor Details
-
AutocompleteValueAppliedEvent
public AutocompleteValueAppliedEvent(Autocomplete source, boolean fromClient, @EventData("event.detail.value") String value)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfacecom.vaadin.flow.component.HasValue.ValueChangeEvent<String>
-
getHasValue
public com.vaadin.flow.component.HasValue getHasValue()- Specified by:
getHasValuein interfacecom.vaadin.flow.component.HasValue.ValueChangeEvent<String>
-
getOldValue
- Specified by:
getOldValuein interfacecom.vaadin.flow.component.HasValue.ValueChangeEvent<String>
-