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 theMasthead
component and removes the previous one (if any).Adds thePageMain
component and removes the previous one (if any).Page.add
(PageSidebar sidebar) Adds thePageSidebar
component and removes the previous one (if any).Page.add
(SkipToContent skipToContent) Adds theSkipToContent
component as first element and removes the previous one (if any).Adds thePageMain
component and removes the previous one (if any).Page.addMasthead
(Masthead masthead) Adds theMasthead
component and removes the previous one (if any).Page.addSidebar
(PageSidebar sidebar) Adds thePageSidebar
component and removes the previous one (if any).Page.addSkipToContent
(SkipToContent skipToContent) Adds theSkipToContent
component 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 Page
Page.page()
Create or returns the page singleton.static Page
Page.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