Uses of Interface
org.patternfly.component.page.PageSection
-
Packages that use PageSection Package Description org.patternfly.component.page -
-
Uses of PageSection in org.patternfly.component.page
Classes in org.patternfly.component.page with type parameters of type PageSection Modifier and Type Interface Description interfacePageSection<E extends HTMLElement,P extends PageSection<E,P>>Common interface for page sections likePageMainBreadcrumbandPageMainSection.Classes in org.patternfly.component.page that implement PageSection Modifier and Type Class Description classPageMainBreadcrumbclassPageMainNavclassPageMainSectionContainer for a section in aPageMainGrouporPageMaincomponent.classPageMainTabsclassPageMainWizardclassPageSectionBuilder<E extends HTMLElement,P extends PageSectionBuilder<E,P>>Groups common methods/modifiers for page sections likePageMainBreadcrumbandPageMainSection.Methods in org.patternfly.component.page with type parameters of type PageSection Modifier and Type Method Description <E extends HTMLElement,P extends PageSection<E,P>>
PageMainPageMain. addSection(PageSection<E,P> pageSection)Adds aPageSectionto this component.<E extends HTMLElement,P extends PageSection<E,P>>
PageMainGroupPageMainGroup. addSection(PageSection<E,P> pageSection)Adds aPageSectionto this component.Methods in org.patternfly.component.page with parameters of type PageSection Modifier and Type Method Description <E extends HTMLElement,P extends PageSection<E,P>>
PageMainPageMain. addSection(PageSection<E,P> pageSection)Adds aPageSectionto this component.<E extends HTMLElement,P extends PageSection<E,P>>
PageMainGroupPageMainGroup. addSection(PageSection<E,P> pageSection)Adds aPageSectionto this component.
-