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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CreateItemEvent
-