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 PageMainSection
that()
Methods inherited from class org.patternfly.component.page.PageSectionBuilder
add, addBody, centerAligned, limitWidth, overflowScroll, padding, padding, shadowBottom, shadowTop, sticky, sticky
Methods inherited from class org.patternfly.component.SubComponent
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Fill
fill, fill
Methods inherited from interface org.patternfly.style.Modifiers.NoFill
noFill, noFill
-
Method Details
-
pageMainSection
-
background
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
PageMainSection>
-