java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIMessage
javax.faces.component.html.HtmlMessage
All Implemented Interfaces:
PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
By default, the rendererType
property must be set to "javax.faces.Message
".
This value can be changed by calling the setRendererType()
method.
Nested Class Summary: | ||
---|---|---|
protected enum class | HtmlMessage.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
Fields inherited from javax.faces.component.UIMessage: |
---|
COMPONENT_TYPE, COMPONENT_FAMILY |
Constructor: |
---|
|
Method from javax.faces.component.html.HtmlMessage Summary: |
---|
getDir, getErrorClass, getErrorStyle, getFatalClass, getFatalStyle, getInfoClass, getInfoStyle, getLang, getStyle, getStyleClass, getTitle, getWarnClass, getWarnStyle, isTooltip, setDir, setErrorClass, setErrorStyle, setFatalClass, setFatalStyle, setInfoClass, setInfoStyle, setLang, setStyle, setStyleClass, setTitle, setTooltip, setWarnClass, setWarnStyle |
Methods from javax.faces.component.UIMessage: |
---|
getFamily, getFor, isRedisplay, isShowDetail, isShowSummary, setFor, 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.HtmlMessage 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: 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 |