Interface PageSection<E extends HTMLElement,P extends PageSection<E,P>>

All Superinterfaces:
Container<E,P>, Finder<E>, HasElement<E,P>, HasHTMLElement<E,P>, IsElement<E>, TypedBuilder<E,P>
All Known Implementing Classes:
PageMainBreadcrumb, PageMainNavigation, PageMainSection, PageMainTabs, PageMainWizard, PageSectionBuilder

public interface PageSection<E extends HTMLElement,P extends PageSection<E,P>> extends HasElement<E,P>, HasHTMLElement<E,P>, Finder<E>, Container<E,P>
Common interface for page sections like PageMainBreadcrumb and PageMainSection.