Class PageMainSection

java.lang.Object
org.patternfly.component.SubComponent<E,B>
org.patternfly.component.page.PageSectionBuilder<elemental2.dom.HTMLElement,PageMainSection>
org.patternfly.component.page.PageMainSection
All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,PageMainSection>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,PageMainSection>, HasHTMLElement<elemental2.dom.HTMLElement,PageMainSection>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,PageMainSection>, PageSection<elemental2.dom.HTMLElement,PageMainSection>, Modifiers.Fill<elemental2.dom.HTMLElement,PageMainSection>, Modifiers.NoFill<elemental2.dom.HTMLElement,PageMainSection>

public class PageMainSection extends PageSectionBuilder<elemental2.dom.HTMLElement,PageMainSection> implements Modifiers.Fill<elemental2.dom.HTMLElement,PageMainSection>, Modifiers.NoFill<elemental2.dom.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().