Uses of Class
org.patternfly.component.page.Masthead
Packages that use Masthead
-
Uses of Masthead in org.patternfly.component.page
Subclasses with type arguments of type Masthead in org.patternfly.component.pageModifier and TypeClassDescriptionclassA masthead contains global properties such as logotype, navigation and settings in an organized fashion, and it is accessible from all parts of the application.Methods in org.patternfly.component.page that return MastheadModifier and TypeMethodDescriptionMasthead.addContent(MastheadContent content) Adds aMastheadContentto this component.Masthead.addMain(MastheadMain main) Same 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 MastheadMasthead.masthead()Factory method to create a new instance of this component.Page.masthead()Returns the currentMastheadornullif no masthead has been defined yet.Masthead.that()Methods in org.patternfly.component.page with parameters of type Masthead