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, PageNavigation, PageSection, PageSectionBuilder, PageTabs, PageWizard
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 ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface TypedBuilder
that