Package org.patternfly.component.page
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 Summary
Modifier and TypeMethodDescriptionFlag indicating if the section content is center aligned.Modifies this component to limit the max-width of the content inside.Modifies this component to show a scrollbar if it has overflow content.padding(org.patternfly.style.Breakpoints<org.patternfly.style.Padding> padding) padding(org.patternfly.style.Padding padding) Same aspadding(breakpoints(default_, padding))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))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.ElementTextMethods
text, textMethods 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
hiddenMethods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
limitWidth
Modifies this component to limit the max-width of the content inside. -
sticky
Same assticky(breakpoints(default_, sticky)) -
sticky
Modifies this component to be sticky at the given breakpoints. -
padding
Same aspadding(breakpoints(default_, padding)) -
padding
-
centerAligned
Flag indicating if the section content is center aligned.limitWidth()must be set for this to work. -
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.
-