Class AlertGroup

All Implemented Interfaces:
Iterable<Alert>, ElementAttributeMethods<HTMLUListElement, AlertGroup>, ElementClassListMethods<HTMLUListElement, AlertGroup>, ElementConsumerMethods<HTMLUListElement, AlertGroup>, ElementContainerMethods<HTMLUListElement, AlertGroup>, ElementEventMethods<HTMLUListElement, AlertGroup>, ElementIdMethods<HTMLUListElement, AlertGroup>, ElementQueryMethods<HTMLUListElement>, HTMLElementAttributeMethods<HTMLUListElement, AlertGroup>, HTMLElementDataMethods<HTMLUListElement, AlertGroup>, HTMLElementStyleMethods<HTMLUListElement, AlertGroup>, HTMLElementVisibilityMethods<HTMLUListElement, AlertGroup>, IsElement<HTMLUListElement>, TypedBuilder<HTMLUListElement, AlertGroup>, Component, HasItems<HTMLUListElement, AlertGroup, Alert>

public class AlertGroup extends BaseComponent<HTMLUListElement, AlertGroup> implements HasItems<HTMLUListElement, AlertGroup, Alert>
An alert group stacks and positions 2 or more alerts in a live region, either in a layer over the main content of a page or inline with the page content. Alert groups should always rank alerts by age, stacking new alerts on top of old ones as they surface.
See Also: