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, Modifiers.Bordered<HTMLDivElement, Panel>
public class Panel
extends BaseComponent<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 Panelpanel()raised()that()Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Bordered
bordered, bordered
-
Method Details
-
panel
-
addHeader
-
addHeader
-
add
-
addDivider
-
addMain
-
addMain
-
add
-
raised
-
scrollable
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, Panel>
-