java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIMessage
All Implemented Interfaces:
PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
Direct Known Subclasses:
HtmlMessage
This component is responsible for displaying messages for a specific
UIComponent , identified by a clientId
. The component
obtains the messages from the FacesContext .
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: | ||
---|---|---|
enum class | UIMessage.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
public static final String | COMPONENT_FAMILY | The standard component family for this component. |
Constructor: |
---|
Create a new UIMessage instance with default property values. |
Method from javax.faces.component.UIMessage Summary: |
---|
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.UIMessage Detail: |
---|
|
Return the client identifier of the component for which this component represents associated message(s) (if any). |
|
Return the flag indicating whether the |
Return the flag indicating whether the |
Set the client identifier of the component for which this component represents associated message(s) (if any). This property must be set before the message is displayed. |
Set the flag indicating whether the |
Set the flag indicating whether the |
Set the flag indicating whether the |