p

Tag growl

Component Information 
InfoValue
Component Typeorg.primefaces.component.Growl
Handler ClassNone
Renderer Typeorg.primefaces.component.GrowlRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether html would be escaped or not, defaults to true.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the component whose messages to display only, takes precendence when used with globalOnly.
globalOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, only facesmessages without client-ids are displayed. Default is false.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
keepAlivefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if previous messages should be kept on a new message is shown. Default is false.
lifefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Duration in milliseconds to display non-sticky messages. Default is 800.
redisplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if already rendered messages should be displayed. Default is true.
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.
severityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Comma seperated list of severities to display only.
showDetailfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the detail of message should be displayed. Default is false.
showSummaryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the summary of message should be displayed. Default is true.
skipDetailIfEqualsSummaryfalsejakarta.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.
stickyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if the message should stay instead of hidden automatically. Default is false.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.