Class GeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,​?,​?>>

  • Type Parameters:
    TComponent - The specific combo box component type
    All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ComboBoxBase.CustomValueSetEvent
    Enclosing class:
    GeneratedVaadinComboBox

    @DomEvent("custom-value-set")
    @Deprecated
    public static class GeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,​?,​?>>
    extends com.vaadin.flow.component.ComponentEvent<TComponent>
    Deprecated.
    Use ComboBoxBase.CustomValueSetEvent instead. This class will be removed in a future major version.
    Event that is dispatched from a combo box component, if the component allows setting custom values, and the user has entered a non-empty value that does not match any of the existing items
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomValueSetEvent

        public CustomValueSetEvent​(TComponent source,
                                   boolean fromClient,
                                   @EventData("event.detail")
                                   String detail)
        Deprecated.
    • Method Detail

      • getDetail

        public String getDetail()
        Deprecated.