Class PageSection

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,PageSection>, ElementClassListMethods<HTMLElement,PageSection>, ElementConsumerMethods<HTMLElement,PageSection>, ElementContainerDelegate<HTMLElement,PageSection>, ElementContainerMethods<HTMLElement,PageSection>, ElementEventMethods<HTMLElement,PageSection>, ElementIdMethods<HTMLElement,PageSection>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement,PageSection>, HTMLElementAttributeMethods<HTMLElement,PageSection>, HTMLElementDataMethods<HTMLElement,PageSection>, HTMLElementStyleMethods<HTMLElement,PageSection>, HTMLElementVisibilityMethods<HTMLElement,PageSection>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,PageSection>, PageSectionLike<HTMLElement,PageSection>, org.patternfly.style.Modifiers.Fill<HTMLElement,PageSection>, org.patternfly.style.Modifiers.NoFill<HTMLElement,PageSection>, org.patternfly.style.Modifiers.Secondary<HTMLElement,PageSection>

public class PageSection extends PageSectionBuilder<HTMLElement,PageSection> implements org.patternfly.style.Modifiers.Fill<HTMLElement,PageSection>, ElementContainerDelegate<HTMLElement,PageSection>, org.patternfly.style.Modifiers.NoFill<HTMLElement,PageSection>, org.patternfly.style.Modifiers.Secondary<HTMLElement,PageSection>
Container for a section in a PageGroup 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().