Uses of Class
org.patternfly.component.page.Page
-
Packages that use Page Package Description org.patternfly.component.page -
-
Uses of Page in org.patternfly.component.page
Methods in org.patternfly.component.page that return Page Modifier and Type Method Description PagePage. addMain(PageMain main)Adds thePageMaincomponent and removes the previous one (if any).PagePage. addMasthead(Masthead masthead)Adds theMastheadcomponent and removes the previous one (if any).PagePage. addSidebar(PageSidebar sidebar)Adds thePageSidebarcomponent and removes the previous one (if any).PagePage. addSkipToContent(SkipToContent skipToContent)Adds theSkipToContentcomponent as first element and removes the previous one (if any).static PagePage. page()Create or returns the page singleton.PagePage. that()
-