Info | Value |
---|---|
Component Type | org.primefaces.component.Messages |
Handler Class | None |
Renderer Type | org.primefaces.component.MessagesRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
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. |
closable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Adds a close icon to hide the messages. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines whether html would be escaped or not, defaults to true. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Identifier of the component whose messages to display only, takes precendence when used with globalOnly. |
forIgnores | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a list of keys and clientIds, which should NOT be rendered by this component. Seperated by space or comma. |
forType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Type of the "for" attribute. Valid values are "key" and "expression". |
globalOnly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When true, only facesmessages with no clientIds are displayed. Default is false. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
redisplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if already rendered messages should be displayed. Default is true. |
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. |
severity | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Comma seperated list of severities to display only. |
showDetail | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies if the detail of the FacesMessage should be displayed. Default is false. |
showIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if severity icons would be displayed. Default is true. |
showSummary | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies if the summary of the FacesMessage should be displayed. Default is true. |
skipDetailIfEqualsSummary | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if rendering of the detail text should be skipped, if the detail and summaray are equals. Default is false. |
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. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.