Info | Value |
---|---|
Component Type | org.primefaces.component.Avatar |
Handler Class | None |
Renderer Type | org.primefaces.component.AvatarRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
alpha | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Alpha of dynamicColor (0 .. 100). Default is 100. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
dynamicColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Dynamically assign contrasting foreground and background colors based on the label. Default is false. |
gravatar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Gravatar e-mail address for the profile to be displayed. |
gravatarConfig | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Optional Gravatar configuration for any other Gravatar URL parameters. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the icon to display. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the text to display. |
lightness | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Lightness of dynamicColor (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. |
saturation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Saturation of dynamicColor (0 .. 100). Default is 100. |
shape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Shape of the element, valid options are "square" and "circle". |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Size of the element, 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 )
| Advisory tooltip information. |
Output generated by Vdldoc View Declaration Language Documentation Generator.