java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIMessages
javax.faces.component.html.HtmlMessages
All Implemented Interfaces:
PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
By default, the rendererType
property must be set to "javax.faces.Messages
".
This value can be changed by calling the setRendererType()
method.
Nested Class Summary: | ||
---|---|---|
protected enum class | HtmlMessages.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
Fields inherited from javax.faces.component.UIMessages: |
---|
COMPONENT_TYPE, COMPONENT_FAMILY |
Constructor: |
---|
|
Method from javax.faces.component.html.HtmlMessages Summary: |
---|
getDir, getErrorClass, getErrorStyle, getFatalClass, getFatalStyle, getInfoClass, getInfoStyle, getLang, getLayout, getStyle, getStyleClass, getTitle, getWarnClass, getWarnStyle, isTooltip, setDir, setErrorClass, setErrorStyle, setFatalClass, setFatalStyle, setInfoClass, setInfoStyle, setLang, setLayout, setStyle, setStyleClass, setTitle, setTooltip, setWarnClass, setWarnStyle |
Methods from javax.faces.component.UIMessages: |
---|
getFamily, getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummary |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.html.HtmlMessages Detail: |
---|
Return the value of the Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
Return the value of the Contents: CSS style class to apply to any message with a severity class of "ERROR". |
Return the value of the Contents: CSS style(s) to apply to any message with a severity class of "ERROR". |
Return the value of the Contents: CSS style class to apply to any message with a severity class of "FATAL". |
Return the value of the Contents: CSS style(s) to apply to any message with a severity class of "FATAL". |
Return the value of the Contents: CSS style class to apply to any message with a severity class of "INFO". |
Return the value of the Contents: CSS style(s) to apply to any message with a severity class of "INFO". |
Return the value of the Contents: Code describing the language used in the generated markup for this component. |
Return the value of the Contents: The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table) and "list" (an HTML list). If not specified, the default value is "list". |
Return the value of the Contents: CSS style(s) to be applied when this component is rendered. |
Return the value of the Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
Return the value of the Contents: Advisory title information about markup elements generated for this component. |
Return the value of the Contents: CSS style class to apply to any message with a severity class of "WARN". |
Return the value of the Contents: CSS style(s) to apply to any message with a severity class of "WARN". |
Return the value of the Contents: Flag indicating whether the detail portion of the message should be displayed as a tooltip. |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |