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 itemsC- the type of the component extendingHasItems, used for method chainingS- the type of the items, which must implementHasIdentifier
- 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.
-
Method Summary
-
Method Details
-
addItems
-
add
-
load
-
reload
-
reset
void reset() -
status
AsyncStatus status()
-