Class Backdrop
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Backdrop>
-
- org.patternfly.component.backdrop.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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Backdropbackdrop()Backdropthat()-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-