Class AbstractComboBox<T extends AbstractComboBox<T>>

Type Parameters:
T - inheritor class type
All Implemented Interfaces:
SpecificConditionHandler, ByLocator, SelenideElementWrapper<T>
Direct Known Subclasses:
AbstractMultiSelectComboBox, ComboBox, EntityComboBox

public abstract class AbstractComboBox<T extends AbstractComboBox<T>> extends AbstractOverlayComponent<T,ComboBoxOverlay<T>>
Abstract class for combobox-like web-element wrappers. Supports value typing and single value selecting.