Class PageGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement, PageGroup>
org.patternfly.component.page.PageGroup
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement, PageGroup>, ElementClassListMethods<HTMLDivElement, PageGroup>, ElementConsumerMethods<HTMLDivElement, PageGroup>, ElementContainerMethods<HTMLDivElement, PageGroup>, ElementEventMethods<HTMLDivElement, PageGroup>, ElementIdMethods<HTMLDivElement, PageGroup>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, PageGroup>, HTMLElementDataMethods<HTMLDivElement, PageGroup>, HTMLElementStyleMethods<HTMLDivElement, PageGroup>, HTMLElementVisibilityMethods<HTMLDivElement, PageGroup>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, PageGroup>
Container to group multiple
PageSectionLike containers. Can be used in combination with the sticky(Breakpoints)
modifier to make multiple sections sticky.
pageGroup()
.addSection(pageBreadcrumb())
.addSection(pageSection());
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<E extends HTMLElement, P extends PageSectionLike<E,P>>
PageGroupaddSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component.Modifies this component to show a scrollbar if it has overflow content.static PageGroupFactory method to create a new instance of this component.Modifies this component to have a bottom shadow.Modifies this component to have a top shadow.sticky(Breakpoints<Sticky> sticky) Modifies this component to be sticky at the given breakpoints.Same assticky(breakpoints(default_, sticky))that()Methods inherited from class SubComponent
element, registerSubComponentMethods 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
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
pageGroup
Factory method to create a new instance of this component. -
addSection
public <E extends HTMLElement, P extends PageSectionLike<E,P>> PageGroup addSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component. -
sticky
-
sticky
Modifies this component to be sticky at the given breakpoints. -
shadowTop
Modifies this component to have a top shadow. -
shadowBottom
Modifies this component to have a bottom shadow. -
overflowScroll
Modifies this component to show a scrollbar if it has overflow content. -
that
-