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.OpenedChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<TComponent>
-
- com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent<TComponent>
-
Type Parameters:
TComponent
- The specific combo box component typeAll Implemented Interfaces:
Enclosing class:
public static class GeneratedVaadinComboBox.OpenedChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>> extends ComponentEvent<TComponent>
Deprecated.This class is not used in any API, and will be removed in a future major version.See Also:
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description OpenedChangeEvent(TComponent source, boolean fromClient)
Deprecated.
-
Method Summary
All Methods Modifier and Type Method Description boolean
isOpened()
Deprecated.
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
OpenedChangeEvent
public OpenedChangeEvent(TComponent source, boolean fromClient)
Deprecated.
-
-