Package org.patternfly.component.page
Class PageMainSection
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,PageMainSection>
org.patternfly.component.page.PageSectionBuilder<HTMLElement,PageMainSection>
org.patternfly.component.page.PageMainSection
- All Implemented Interfaces:
Container<HTMLElement,,PageMainSection> Finder<HTMLElement>,HasElement<HTMLElement,,PageMainSection> HasHTMLElement<HTMLElement,,PageMainSection> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,PageMainSection> PageSection<HTMLElement,,PageMainSection> Modifiers.Fill<HTMLElement,,PageMainSection> Modifiers.NoFill<HTMLElement,PageMainSection>
public class PageMainSection
extends PageSectionBuilder<HTMLElement,PageMainSection>
implements Modifiers.Fill<HTMLElement,PageMainSection>, Modifiers.NoFill<HTMLElement,PageMainSection>
Container for a section in a
PageMainGroup or PageMain component. Note: By default, the last/only section
will grow to fill the available vertical space. You can change this behavior using Modifiers.Fill.fill() and Modifiers.NoFill.noFill().-
Method Summary
Modifier and TypeMethodDescriptionbackground(Brightness brightness) static PageMainSectionthat()Methods inherited from class org.patternfly.component.page.PageSectionBuilder
add, addBody, centerAligned, limitWidth, overflowScroll, padding, padding, shadowBottom, shadowTop, sticky, stickyMethods 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.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.Fill
fill, fillMethods inherited from interface org.patternfly.style.Modifiers.NoFill
noFill, noFill
-
Method Details
-
pageMainSection
-
background
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,PageMainSection>
-