public abstract class AbstractNotifyMessage extends javax.faces.component.UIMessage implements AjaxOutput, ClientSideMessage, NotifyAttributes, AjaxOutputProps, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps
The <r:notifyMessage> component is built on top of <r:notify>, the difference is in usage. The <r:notifyMessage> component displays FacesMessages associated with a given component, similar to <r:message>: one notification is displayed for first FacesMessage in the stack that is risen either programatically or during conversion/validation of the component. The severity of the message determines the color and icon of the resulting notification.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
AbstractNotifyMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isAjaxRendered()
getter for ajax-rendered flag property.
|
abstract boolean |
isEscape() |
abstract boolean |
isKeepTransient()
getter for ajax-rendered flag property.
|
void |
updateMessages(javax.faces.context.FacesContext context,
String clientId) |
getFamily, getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummaryaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAjaxRendered, setKeepTransientgetForgetNonblockingOpacity, getStack, getStayTime, getStyleClass, isNonblocking, isShowCloseButton, isShowShadow, isSticky, setNonblocking, setNonblockingOpacity, setShowCloseButton, setShowShadow, setStack, setStayTime, setSticky, setStyleClassgetStyle, getStyleClass, getTitlegetOnkeydown, getOnkeypress, getOnkeyupgetOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseuppublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isAjaxRendered()
AjaxOutputisAjaxRendered in interface AjaxOutputPropsisAjaxRendered in interface AjaxOutputpublic abstract boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputPropsisKeepTransient in interface AjaxOutputpublic abstract boolean isEscape()
public void updateMessages(javax.faces.context.FacesContext context,
String clientId)
updateMessages in interface ClientSideMessageCopyright © 2014 JBoss by Red Hat. All rights reserved.