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, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.jboss.elemento.TypedBuilder
that