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>
Event fired when the user clicks the create item button.
See Also:
  • Constructor Details

    • CreateItemEvent

      public CreateItemEvent(AbstractLookupField source, boolean fromClient)
      Creates a new create-item event.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client