@Generated(value={"RichFaces CDK","4.3.1.Final"}) public class UIRichMessages extends AbstractMessages implements org.ajax4jsf.component.AjaxOutput, ClientSideMessage
The <rich:messages> components works similarly to the <rich:message> component, but can display all the validation messages added for the current view instead of just a single message.
Modifier and Type | Class and Description |
---|---|
protected static class |
UIRichMessages.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIRichMessages() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
boolean |
isAjaxRendered() |
boolean |
isEscape() |
boolean |
isKeepTransient() |
void |
setAjaxRendered(boolean ajaxRendered) |
void |
setEscape(boolean escape) |
void |
setKeepTransient(boolean keepTransient) |
updateMessages
getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummary
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFor, updateMessages
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIMessages
public boolean isAjaxRendered()
isAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
isAjaxRendered
in class AbstractMessages
public void setAjaxRendered(boolean ajaxRendered)
setAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
public boolean isEscape()
isEscape
in class AbstractMessages
public void setEscape(boolean escape)
public boolean isKeepTransient()
isKeepTransient
in interface org.ajax4jsf.component.AjaxOutput
isKeepTransient
in class AbstractMessages
public void setKeepTransient(boolean keepTransient)
setKeepTransient
in interface org.ajax4jsf.component.AjaxOutput
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.