We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.combobox.
Class GeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<TComponent>
-
- com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent<TComponent>
-
Type Parameters:
TComponent
- The specific combo box component typeAll Implemented Interfaces:
Direct Known Subclasses:
Enclosing class:
@DomEvent("custom-value-set") @Deprecated public static class GeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>> extends ComponentEvent<TComponent>
Deprecated.UseComboBoxBase.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:
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description CustomValueSetEvent(TComponent source, boolean fromClient, String detail)
Deprecated.
-
Method Summary
All Methods Modifier and Type Method Description String
getDetail()
Deprecated.
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
CustomValueSetEvent
public CustomValueSetEvent(TComponent source, boolean fromClient, @EventData("event.detail") String detail)
Deprecated.
-
-
Method Detail
-
getDetail
public String getDetail()
Deprecated.
-
-