Uses of Interface
org.patternfly.component.page.PageSectionLike
Packages that use PageSectionLike
-
Uses of PageSectionLike in org.patternfly.component.page
Classes in org.patternfly.component.page with type parameters of type PageSectionLikeModifier and TypeInterfaceDescriptioninterfacePageSectionLike<E extends HTMLElement, P extends PageSectionLike<E,P>> Common interface for page sections likePageBreadcrumbandPageSection.Classes in org.patternfly.component.page that implement PageSectionLikeModifier and TypeClassDescriptionclassclassclassclassPageSectionBuilder<E extends HTMLElement, P extends PageSectionBuilder<E,P>> Groups common methods/modifiers for page sections likePageBreadcrumbandPageSection.classclassMethods in org.patternfly.component.page with type parameters of type PageSectionLikeModifier and TypeMethodDescription<E extends HTMLElement, P extends PageSectionLike<E,P>>
PageGroupPageGroup.addSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component.<E extends HTMLElement, P extends PageSectionLike<E,P>>
PageMainPageMain.addSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component.Methods in org.patternfly.component.page with parameters of type PageSectionLikeModifier and TypeMethodDescription<E extends HTMLElement, P extends PageSectionLike<E,P>>
PageGroupPageGroup.addSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component.<E extends HTMLElement, P extends PageSectionLike<E,P>>
PageMainPageMain.addSection(PageSectionLike<E, P> pageSection) Adds aPageSectionLiketo this component.