Package org.patternfly.component.page
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());
-
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(org.patternfly.style.Breakpoints<org.patternfly.style.Sticky> sticky) Modifies this component to be sticky at the given breakpoints.sticky(org.patternfly.style.Sticky sticky) Same assticky(breakpoints(default_, sticky))that()Methods inherited from class org.patternfly.component.SubComponent
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
hidden
-
Method Details
-
pageGroup
Factory method to create a new instance of this component. -
addSection
public <E extends HTMLElement,P extends PageSectionLike<E, PageGroup addSectionP>> (PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component. -
sticky
Same assticky(breakpoints(default_, 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
-