Package org.patternfly.component.brand
Class Brand
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Brand>
-
- org.patternfly.component.brand.Brand
-
- All Implemented Interfaces:
Container<HTMLElement,Brand>,Finder<HTMLElement>,HasElement<HTMLElement,Brand>,HasHTMLElement<HTMLElement,Brand>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Brand>,Component
public class Brand extends BaseComponent<HTMLElement,Brand>
A brand is used to place a product logotype on a screen.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Brandadd(HTMLElementBuilder<HTMLImageElement> img)BrandaddImg(HTMLElementBuilder<HTMLImageElement> img)BrandaddSource(String src)BrandaddSource(String src, String media)static Brandbrand()static Brandbrand(String src, String alt)Brandheights(Breakpoints<String> heights)Brandthat()Brandwidths(Breakpoints<String> widths)-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
brand
public static Brand brand()
-
addImg
public Brand addImg(HTMLElementBuilder<HTMLImageElement> img)
-
add
public Brand add(HTMLElementBuilder<HTMLImageElement> img)
-
widths
public Brand widths(Breakpoints<String> widths)
-
heights
public Brand heights(Breakpoints<String> heights)
-
that
public Brand that()
-
-