Class AbstractLookupField.CreateItemEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AbstractLookupField>
com.vaadin.componentfactory.lookupfield.AbstractLookupField.CreateItemEvent
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractLookupField<T,SelectT,ComboboxT extends com.vaadin.flow.component.HasEnabled & com.vaadin.flow.component.HasValidation & com.vaadin.flow.component.HasSize & com.vaadin.flow.component.HasValue<?,SelectT>,ComponentT extends AbstractLookupField<T,SelectT,ComboboxT,ComponentT,FilterType>,FilterType>

@DomEvent("vcf-lookup-field-create-item-event") public static class AbstractLookupField.CreateItemEvent extends com.vaadin.flow.component.ComponentEvent<AbstractLookupField>
See Also:
  • Constructor Details