Uses of Class
org.patternfly.component.page.Masthead
-
Uses of Masthead in org.patternfly.component.page
Modifier and TypeMethodDescriptionMasthead.addContent
(MastheadContent content) Adds aMastheadContent
to this component.Masthead.addMain
(MastheadMain main) Masthead.addToggle
(MastheadToggle toggle) Masthead.background
(Brightness brightness) Background theme color of the mastheadSame asdisplay(breakpoints(default_, displayModifiers))
Masthead.display
(Breakpoints<Display> displayModifiers) Display type at various breakpoints.Masthead.inset
(Breakpoints<Inset> insetModifiers) Insets at various breakpointsSame asinset(breakpoints(default_, insetModifiers))
static Masthead
Masthead.masthead()
Factory method to create a new instance of this component.Page.masthead()
Returns the currentMasthead
ornull
if no masthead has been defined yet.Masthead.that()