Class PageSectionBuilder<E extends HTMLElement,P extends PageSectionBuilder<E,P>>

java.lang.Object
org.patternfly.component.SubComponent<E,P>
org.patternfly.component.page.PageSectionBuilder<E,P>
All Implemented Interfaces:
ElementAttributeMethods<E,P>, ElementClassListMethods<E,P>, ElementConsumerMethods<E,P>, ElementContainerMethods<E,P>, ElementEventMethods<E,P>, ElementIdMethods<E,P>, ElementQueryMethods<E>, ElementTextMethods<E,P>, HTMLElementAttributeMethods<E,P>, HTMLElementDataMethods<E,P>, HTMLElementStyleMethods<E,P>, HTMLElementVisibilityMethods<E,P>, IsElement<E>, TypedBuilder<E,P>, PageSectionLike<E,P>
Direct Known Subclasses:
PageBreadcrumb, PageMainWizard, PageNavigation, PageSection, PageTabs

public abstract class PageSectionBuilder<E extends HTMLElement,P extends PageSectionBuilder<E,P>> extends SubComponent<E,P> implements PageSectionLike<E,P>
Groups common methods/modifiers for page sections like PageBreadcrumb and PageSection.
  • Method Details

    • limitWidth

      public P limitWidth()
      Modifies this component to limit the max-width of the content inside.
    • sticky

      public P sticky(org.patternfly.style.Sticky sticky)
      Same as sticky(breakpoints(default_, sticky))
    • sticky

      public P sticky(org.patternfly.style.Breakpoints<org.patternfly.style.Sticky> sticky)
      Modifies this component to be sticky at the given breakpoints.
    • padding

      public P padding(org.patternfly.style.Padding padding)
      Same as padding(breakpoints(default_, padding))
    • padding

      public P padding(org.patternfly.style.Breakpoints<org.patternfly.style.Padding> padding)
    • centerAligned

      public P centerAligned()
      Flag indicating if the section content is center aligned. limitWidth() must be set for this to work.
    • shadowTop

      public P shadowTop()
      Modifies this component to have a top shadow.
    • shadowBottom

      public P shadowBottom()
      Modifies this component to have a bottom shadow.
    • overflowScroll

      public P overflowScroll()
      Modifies this component to show a scrollbar if it has overflow content.