Package org.patternfly.component.page
Class PageMainSection
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- 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 aPageMainGrouporPageMaincomponent. Note: By default, the last/only section will grow to fill the available vertical space. You can change this behavior usingModifiers.Fill.fill()andModifiers.NoFill.noFill().
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PageMainSectionbackground(Brightness brightness)static PageMainSectionpageMainSection()PageMainSectionthat()-
Methods inherited from class org.patternfly.component.page.PageSectionBuilder
add, addBody, centerAligned, limitWidth, overflowScroll, padding, shadowBottom, shadowTop, 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, id, innerHtml, 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 Detail
-
pageMainSection
public static PageMainSection pageMainSection()
-
background
public PageMainSection background(Brightness brightness)
-
that
public PageMainSection that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,PageMainSection>
-
-