Package org.patternfly.component.page
Interface PageSectionLike<E extends HTMLElement,P extends PageSectionLike<E,P>>
- All Superinterfaces:
ElementAttributeMethods<E,,P> ElementClassListMethods<E,,P> ElementConsumerMethods<E,,P> ElementContainerMethods<E,,P> ElementEventMethods<E,,P> ElementIdMethods<E,,P> ElementQueryMethods<E>,ElementTextMethods<E,,P> HTMLElementAttributeMethods<E,,P> HTMLElementDataMethods<E,,P> HTMLElementStyleMethods<E,,P> HTMLElementVisibilityMethods<E,,P> IsElement<E>,TypedBuilder<E,P>
- All Known Implementing Classes:
PageBreadcrumb,PageMainWizard,PageNavigation,PageSection,PageSectionBuilder,PageTabs
public interface PageSectionLike<E extends HTMLElement,P extends PageSectionLike<E,P>>
extends ElementAttributeMethods<E,P>, ElementClassListMethods<E,P>, ElementContainerMethods<E,P>, ElementConsumerMethods<E,P>, ElementEventMethods<E,P>, ElementIdMethods<E,P>, ElementQueryMethods<E>, ElementTextMethods<E,P>, HTMLElementAttributeMethods<E,P>, HTMLElementDataMethods<E,P>, HTMLElementStyleMethods<E,P>, HTMLElementVisibilityMethods<E,P>
Common interface for page sections like
PageBreadcrumb and PageSection.-
Method Summary
Methods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.jboss.elemento.TypedBuilder
that