public abstract class AbstractNotifyMessage extends javax.faces.component.UIMessage implements AjaxOutput, ClientSideMessage, NotifyAttributes, AjaxOutputProps, CoreProps, I18nProps, OutputFormatProps
The <rich:notifyMessage> component is built on top of <rich:notify>, the difference is in usage. The <rich:notifyMessage> component displays FacesMessages associated with a given component, similar to <rich: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.
Constructor and Description |
---|
AbstractNotifyMessage() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
abstract boolean |
isKeepTransient()
getter for keep transient property.
|
void |
updateMessages(javax.faces.context.FacesContext context,
String clientId) |
getFamily, getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAjaxRendered, setAjaxRendered, setKeepTransient
getFor
getNonblockingOpacity, getStack, getStayTime, getStyleClass, isNonblocking, isShowCloseButton, isShowShadow, isSticky, setNonblocking, setNonblockingOpacity, setShowCloseButton, setShowShadow, setStack, setStayTime, setSticky, setStyleClass
isAjaxRendered
getStyle, getStyleClass, getTitle
isEscape
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getOnkeydown, getOnkeypress, getOnkeyup
public abstract boolean isKeepTransient()
AjaxOutput
isKeepTransient
in interface AjaxOutput
isKeepTransient
in interface AjaxOutputProps
public abstract boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
public void updateMessages(javax.faces.context.FacesContext context, String clientId)
updateMessages
in interface ClientSideMessage
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.