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, PageNavigation, PageSection, PageTabs, PageWizard
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(Breakpoints<Padding> padding) Same aspadding(breakpoints(default_, padding))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))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 ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface TypedBuilder
that
-
Method Details
-
limitWidth
Modifies this component to limit the max-width of the content inside. -
sticky
-
sticky
Modifies this component to be sticky at the given breakpoints. -
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.
-