Class PageMain

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

public class PageMain extends SubComponent<HTMLElement,PageMain> implements ElementContainerDelegate<HTMLElement,PageMain>, org.patternfly.style.Modifiers.Fill<HTMLElement,PageMain>
Container for the main page area. The page main container typically contains multiple PageGroups and/or PageSections.

pageMain("main-id")
        .addGroup(pageGroup()
                .addSection(pageBreadcrumb())
                .addSection(pageSection()))
        .addSection(pageSection())
        .addSection(pageSection());