Package org.patternfly.component.panel
Class Panel
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement,,Panel> ElementClassListMethods<HTMLDivElement,,Panel> ElementConsumerMethods<HTMLDivElement,,Panel> ElementContainerMethods<HTMLDivElement,,Panel> ElementEventMethods<HTMLDivElement,,Panel> ElementIdMethods<HTMLDivElement,,Panel> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,Panel> HTMLElementDataMethods<HTMLDivElement,,Panel> HTMLElementStyleMethods<HTMLDivElement,,Panel> HTMLElementVisibilityMethods<HTMLDivElement,,Panel> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,Panel> Component,org.patternfly.style.Modifiers.Bordered<HTMLDivElement,Panel>
public class Panel
extends BaseComponent<HTMLDivElement,Panel>
implements org.patternfly.style.Modifiers.Bordered<HTMLDivElement,Panel>
The panel component is a container that supports flexible content layouts. It can be used to house other components such as
fields, forms, videos, buttons, and more. The panel should not be confused with the drawer component, which allows you to
surface information via a collapsable container.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadd(PanelFooter footer) add(PanelHeader header) addFooter(PanelFooter footer) addHeader(PanelHeader header) static Panelpanel()raised()that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Bordered
bordered, bordered
-
Method Details
-
panel
-
addHeader
-
addHeader
-
add
-
addDivider
-
addMain
-
addMain
-
add
-
raised
-
scrollable
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,Panel>
-