| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Avatar |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
alpha | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Alpha value for dynamic color generation (0-100).Default is 100. |
binding | false | jakarta.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. |
dynamicColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to generate a dynamic color based on the label.Default is false. |
gravatar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Gravatar email address. |
gravatarConfig | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Gravatar configuration parameters. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of the avatar. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text to display inside the avatar. |
lightness | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Lightness value for dynamic color generation (0-100).Default is 40. |
rendered | false | jakarta.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. |
saturation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Saturation value for dynamic color generation (0-100).Default is 100. |
shape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Shape of the avatar, valid options are "square" and "circle".Default is square. |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Size of the avatar, valid options are "large" and "xlarge". |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title attribute of the avatar. |
Output generated by Vdldoc View Declaration Language Documentation Generator.