Uses of Class
org.patternfly.component.page.Page
Packages that use Page
-
Uses of Page in org.patternfly.component.page
Subclasses with type arguments of type Page in org.patternfly.component.pageModifier and TypeClassDescriptionclassThe page component is used to define the basic layout of a page with either vertical or horizontal navigation.Methods in org.patternfly.component.page that return PageModifier and TypeMethodDescriptionPage.add(NotificationDrawer notificationDrawer) Adds 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 the 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.addNotificationDrawer(NotificationDrawer notificationDrawer) Page.addSidebar(PageSidebar sidebar) Adds thePageSidebarcomponent and removes the previous one (if any).Page.addSkipToContent(SkipToContent skipToContent) Adds theSkipToContentcomponent as the 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.noSidebar()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