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:
  • Constructor Details

    • AutocompleteValueAppliedEvent

      public AutocompleteValueAppliedEvent(Autocomplete source, boolean fromClient, @EventData("event.detail.value") String value)
  • Method Details

    • getValue

      public String getValue()
      Specified by:
      getValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<String>
    • getHasValue

      public com.vaadin.flow.component.HasValue getHasValue()
      Specified by:
      getHasValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<String>
    • getOldValue

      public String getOldValue()
      Specified by:
      getOldValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<String>