Uses of Class
org.patternfly.component.page.Page
Packages that use Page
-
Uses of Page in org.patternfly.component.page
Methods in org.patternfly.component.page that return PageModifier and TypeMethodDescriptionAdds theMastheadcomponent and removes the previous one (if any).Adds thePageMaincomponent and removes the previous one (if any).Page.add(PageSidebar sidebar) Adds thePageSidebarcomponent and removes the previous one (if any).Page.add(SkipToContent skipToContent) Adds theSkipToContentcomponent as first element and removes the previous one (if any).Adds thePageMaincomponent and removes the previous one (if any).Page.addMasthead(Masthead masthead) Adds theMastheadcomponent and removes the previous one (if any).Page.addSidebar(PageSidebar sidebar) Adds thePageSidebarcomponent and removes the previous one (if any).Page.addSkipToContent(SkipToContent skipToContent) Adds theSkipToContentcomponent as first element and removes the previous one (if any).Page.breakpoint(Function<Integer, Breakpoint> breakpointFn) The page resize observer uses the breakpoints returned from this function when adding thepf-m-breakpoint-[default|sm|md|lg|xl|2xl]class.Page.onResize(ResizeHandler<Page> resizeHandler) static PagePage.page()Create or returns the page singleton.static PagePage.page(boolean newInstance) Page.that()Page.verticalBreakpoint(Function<Integer, Breakpoint> verticalBreakpointFn) The page resize observer uses the breakpoints returned from this function when adding thepf-m-height-breakpoint-[default|sm|md|lg|xl|2xl]class.Method parameters in org.patternfly.component.page with type arguments of type Page