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