Package org.patternfly.component.page
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.-
Method Summary
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.jboss.elemento.TypedBuilder
that