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,PageMainNav,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 likePageMainBreadcrumbandPageMainSection.
-
-
Method Summary
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-