Info | Value |
---|---|
Component Type | org.primefaces.component.Growl |
Handler Class | None |
Renderer Type | org.primefaces.component.GrowlRenderer |
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. |
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. |
globalOnly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When true, only facesmessages without client-ids are displayed. Default is false. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
keepAlive | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if previous messages should be kept on a new message is shown. Default is false. |
life | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Duration in milliseconds to display non-sticky messages. Default is 800. |
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 message should be displayed. Default is false. |
showSummary | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies if the summary of message 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. |
sticky | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies if the message should stay instead of hidden automatically. Default is false. |
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.