alloy

Tag message

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.message.Message
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.message.MessageRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
errorClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.ERROR.
errorStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.ERROR.
fatalClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.FATAL.
fatalStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.FATAL.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The id of the component for which to render an associated message.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
infoClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.INFO.
infoStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.INFO.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
showDetailfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getDetail() is rendered. The default value is true.
showSummaryfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getSummary() is rendered. The default value is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
tooltipfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the value of FacesMessage.getDetail() rendered as a tooltip. The default value is true.
warnClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name that is to be appended to the value of the rendered class attribute when the severity of a FacesMessage is FacesMessage.Severity.WARN.
warnStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style that is to be appended to the value of the rendered style attribute when the severity of a FacesMessage is FacesMessage.Severity.WARN.

Output generated by Vdldoc View Declaration Language Documentation Generator.