Interface SupportsFilterableItemsContainer<E>

Type Parameters:
E - the type of items contained in the component
All Superinterfaces:
SupportsItemsContainer<E>
All Known Implementing Classes:
EntityComboBox, JmixMultiSelectComboBox, JmixMultiSelectComboBoxPicker

public interface SupportsFilterableItemsContainer<E> extends SupportsItemsContainer<E>
Represents a component capable of handling a collection of items and providing filtering functionality based on user input.