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. addBrand(Brand brand, String homeLink)Wraps the brand inside an<a/>element, adds the<a/>element to aMastheadMaincomponent and finally adds theMastheadMainto this component.MastheadMasthead. addContent(MastheadContent content)Adds aMastheadContentto this component.MastheadMasthead. addMain(MastheadMain main)MastheadMasthead. addToggle(MastheadToggle toggle)MastheadMasthead. addToolbar(Toolbar toolbar)Wraps the toolbar inside aMastheadContentcomponent and adds theMastheadContentto this component.MastheadMasthead. background(Brightness brightness)Background theme color of the mastheadMastheadMasthead. display(Tuples<Breakpoint,Display> displayModifiers)Display type at various breakpoints.MastheadMasthead. inset(Tuples<Breakpoint,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).
-