Package org.patternfly.component.panel
Class Panel
java.lang.Object
org.patternfly.component.BaseComponentFlat<HTMLDivElement,Panel>
org.patternfly.component.panel.Panel
- All Implemented Interfaces:
Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,Panel> HasHTMLElement<HTMLDivElement,
,Panel> IsElement<HTMLDivElement>
,TypedBuilder<HTMLDivElement,
,Panel> Component
,Modifiers.Bordered<HTMLDivElement,
Panel>
public class Panel
extends BaseComponentFlat<HTMLDivElement,Panel>
implements 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 Panel
panel()
raised()
that()
Methods inherited from class org.patternfly.component.BaseComponentFlat
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.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods 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:
that
in interfaceTypedBuilder<HTMLDivElement,
Panel>
-