Uses of Class
org.patternfly.components.brand.Brand
-
Packages that use Brand Package Description org.patternfly.components.brand org.patternfly.components.page -
-
Uses of Brand in org.patternfly.components.brand
Methods in org.patternfly.components.brand that return Brand Modifier and Type Method Description static BrandBrand. brand(String src)BrandBrand. that() -
Uses of Brand in org.patternfly.components.page
Methods in org.patternfly.components.page with parameters of type Brand 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.
-