Uses of Class
org.patternfly.component.page.PageMain
-
Packages that use PageMain Package Description org.patternfly.component.page -
-
Uses of PageMain in org.patternfly.component.page
Methods in org.patternfly.component.page that return PageMain Modifier and Type Method Description PageMainPageMain. addGroup(PageMainGroup group)Adds aPageMainGroupto this component.<E extends HTMLElement,P extends PageSection<E,P>>
PageMainPageMain. addSection(PageSection<E,P> pageSection)Adds aPageSectionto this component.PageMainPage. main()Returns the currentPageMainornullif no main has been defined yet.static PageMainPageMain. pageMain(String id)Factory method to create a new instance of this component.PageMainPageMain. that()Methods in org.patternfly.component.page with parameters of type PageMain Modifier and Type Method Description PagePage. add(PageMain main)Adds thePageMaincomponent and removes the previous one (if any).PagePage. addMain(PageMain main)Adds thePageMaincomponent and removes the previous one (if any).
-