Interface HasAsyncItems<E extends Element, C extends HasItems<E,C,S>, S extends HasIdentifier<? extends HTMLElement, ?>>

Type Parameters:
E - the type of the element associated with the items
C - the type of the component extending HasItems, used for method chaining
S - the type of the items, which must implement HasIdentifier
All Known Implementing Classes:
FinderColumn, MenuList, TreeViewItem

public interface HasAsyncItems<E extends Element, C extends HasItems<E,C,S>, S extends HasIdentifier<? extends HTMLElement, ?>>
Represents a component or entity that can asynchronously manage items and their associated operations.