Class PageMain

All Implemented Interfaces:
Container<HTMLElement,PageMain>, Finder<HTMLElement>, HasElement<HTMLElement,PageMain>, HasHTMLElement<HTMLElement,PageMain>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,PageMain>

public class PageMain extends SubComponent<HTMLElement,PageMain>
Container for the main page area. The page main container typically contains multiple PageMainGroups and/or PageMainSections.

pageMain("main-id")
        .addGroup(pageMainGroup()
                .addSection(pageMainBreadcrumb())
                .addSection(pageMainSection()))
        .addSection(pageMainSection())
        .addSection(pageMainSection());