primefaces

Tag avatar

Component Information 
InfoValue
Component Typeorg.primefaces.component.Avatar
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
alphafalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Alpha value for dynamic color generation (0-100).Default is 100.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
dynamicColorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to generate a dynamic color based on the label.Default is false.
gravatarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Gravatar email address.
gravatarConfigfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Gravatar configuration parameters.
iconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the avatar.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to display inside the avatar.
lightnessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Lightness value for dynamic color generation (0-100).Default is 40.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
saturationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Saturation value for dynamic color generation (0-100).Default is 100.
shapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shape of the avatar, valid options are "square" and "circle".Default is square.
sizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Size of the avatar, valid options are "large" and "xlarge".
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title attribute of the avatar.

Output generated by Vdldoc View Declaration Language Documentation Generator.