Page |
Page.add(Masthead masthead) |
Adds the Masthead component and removes the previous one (if any).
|
Page |
Page.add(PageMain main) |
Adds the PageMain component and removes the previous one (if any).
|
Page |
Page.add(PageSidebar sidebar) |
Adds the PageSidebar component and removes the previous one (if any).
|
Page |
Page.add(SkipToContent skipToContent) |
Adds the SkipToContent component as first element and removes the previous one (if any).
|
Page |
Page.addMain(PageMain main) |
Adds the PageMain component and removes the previous one (if any).
|
Page |
Page.addMasthead(Masthead masthead) |
Adds the Masthead component and removes the previous one (if any).
|
Page |
Page.addSidebar(PageSidebar sidebar) |
Adds the PageSidebar component and removes the previous one (if any).
|
Page |
Page.addSkipToContent(SkipToContent skipToContent) |
Adds the SkipToContent component as first element and removes the previous one (if any).
|
Page |
Page.breakpoint(Function<Integer,Breakpoint> breakpointFn) |
The page resize observer uses the breakpoints returned from this function when adding the
pf-m-breakpoint-[default|sm|md|lg|xl|2xl] class.
|
Page |
Page.onResize(ResizeHandler<Page> resizeHandler) |
|
static Page |
Page.page() |
Create or returns the page singleton.
|
static Page |
Page.page(boolean newInstance) |
|
Page |
Page.that() |
|
Page |
Page.verticalBreakpoint(Function<Integer,Breakpoint> verticalBreakpointFn) |
The page resize observer uses the breakpoints returned from this function when adding the
pf-m-height-breakpoint-[default|sm|md|lg|xl|2xl] class.
|