Uses of Class
org.patternfly.component.page.Masthead
-
Packages that use Masthead Package Description org.patternfly.component.page -
-
Uses of Masthead in org.patternfly.component.page
Methods in org.patternfly.component.page that return Masthead Modifier and Type Method Description MastheadMasthead. addContent(MastheadContent content)Adds aMastheadContentto this component.MastheadMasthead. addMain(MastheadMain main)MastheadMasthead. addToggle(MastheadToggle toggle)MastheadMasthead. background(Brightness brightness)Background theme color of the mastheadMastheadMasthead. display(Breakpoints<Display> displayModifiers)Display type at various breakpoints.MastheadMasthead. inset(Breakpoints<Inset> insetModifiers)Insets at various breakpointsstatic MastheadMasthead. masthead()Factory method to create a new instance of this component.MastheadPage. masthead()Returns the currentMastheadornullif no masthead has been defined yet.MastheadMasthead. that()Methods in org.patternfly.component.page with parameters of type Masthead Modifier and Type Method Description PagePage. add(Masthead masthead)Adds theMastheadcomponent and removes the previous one (if any).PagePage. addMasthead(Masthead masthead)Adds theMastheadcomponent and removes the previous one (if any).
-