Uses of Class
org.patternfly.component.page.PageMainGroup
Packages that use PageMainGroup
-
Uses of PageMainGroup in org.patternfly.component.page
Methods in org.patternfly.component.page that return PageMainGroupModifier and TypeMethodDescription<E extends HTMLElement,P extends PageSection<E, P>>
PageMainGroupPageMainGroup.addSection(PageSection<E, P> pageSection) Adds aPageSectionto this component.PageMainGroup.overflowScroll()Modifies this component to show a scrollbar if it has overflow content.static PageMainGroupPageMainGroup.pageMainGroup()Factory method to create a new instance of this component.PageMainGroup.shadowBottom()Modifies this component to have a bottom shadow.PageMainGroup.shadowTop()Modifies this component to have a top shadow.PageMainGroup.sticky(Breakpoints<Sticky> sticky) Modifies this component to be sticky at the given breakpoints.Same assticky(breakpoints(default_, sticky))PageMainGroup.that()Methods in org.patternfly.component.page with parameters of type PageMainGroupModifier and TypeMethodDescriptionPageMain.addGroup(PageMainGroup group) Adds aPageMainGroupto this component.