Class Backdrop

All Implemented Interfaces:
Container<HTMLElement,Backdrop>, Finder<HTMLElement>, HasElement<HTMLElement,Backdrop>, HasHTMLElement<HTMLElement,Backdrop>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Backdrop>, Component

public class Backdrop extends BaseComponent<HTMLElement,Backdrop>
A backdrop is used to screen the main content of a page when a modal overlay is opened. It prevents the user from doing other work on the page until the modal is dismissed.
See Also:
  • Method Details