Uses of Interface
org.patternfly.component.page.PageSection
Packages that use PageSection
-
Uses of PageSection in org.patternfly.component.page
Classes in org.patternfly.component.page with type parameters of type PageSectionModifier and TypeInterfaceDescriptioninterface
PageSection<E extends HTMLElement,
P extends PageSection<E, P>> Common interface for page sections likePageMainBreadcrumb
andPageMainSection
.Classes in org.patternfly.component.page that implement PageSectionModifier and TypeClassDescriptionclass
class
class
Container for a section in aPageMainGroup
orPageMain
component.class
class
class
PageSectionBuilder<E extends HTMLElement,
P extends PageSectionBuilder<E, P>> Groups common methods/modifiers for page sections likePageMainBreadcrumb
andPageMainSection
.Methods in org.patternfly.component.page with type parameters of type PageSectionModifier and TypeMethodDescription<E extends HTMLElement,
P extends PageSection<E, P>>
PageMainPageMain.addSection
(PageSection<E, P> pageSection) Adds aPageSection
to this component.<E extends HTMLElement,
P extends PageSection<E, P>>
PageMainGroupPageMainGroup.addSection
(PageSection<E, P> pageSection) Adds aPageSection
to this component.Methods in org.patternfly.component.page with parameters of type PageSectionModifier and TypeMethodDescription<E extends HTMLElement,
P extends PageSection<E, P>>
PageMainPageMain.addSection
(PageSection<E, P> pageSection) Adds aPageSection
to this component.<E extends HTMLElement,
P extends PageSection<E, P>>
PageMainGroupPageMainGroup.addSection
(PageSection<E, P> pageSection) Adds aPageSection
to this component.