Package org.patternfly.component.avatar
Class Avatar
- java.lang.Object
-
- org.patternfly.component.BaseComponentFlat<HTMLImageElement,Avatar>
-
- org.patternfly.component.avatar.Avatar
-
- All Implemented Interfaces:
Finder<HTMLImageElement>,HasElement<HTMLImageElement,Avatar>,HasHTMLElement<HTMLImageElement,Avatar>,IsElement<HTMLImageElement>,TypedBuilder<HTMLImageElement,Avatar>,Component
public class Avatar extends BaseComponentFlat<HTMLImageElement,Avatar>
An avatar is a visual used to represent a user. It may contain an image or a placeholder graphic.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Avataralt(String alt)static Avataravatar(String src, String alt)Avatarborder(Brightness border)Avatarsize(Size size)Avatarsrc(String src)Avatarthat()-
Methods inherited from class org.patternfly.component.BaseComponentFlat
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-