@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UINotifyMessage extends AbstractNotifyMessage implements javax.faces.component.behavior.ClientBehaviorHolder, AjaxOutput, ClientSideMessage, NotifyAttributes
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 | Class and Description |
|---|---|
protected static class |
UINotifyMessage.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UINotifyMessage() |
updateMessagesgetFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummaryaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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, waitaddClientBehavior, getClientBehaviorsgetFor, updateMessagespublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIMessagepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic boolean isAjaxRendered()
AjaxOutputisAjaxRendered in interface AjaxOutputisAjaxRendered in class AbstractNotifyMessagepublic void setAjaxRendered(boolean ajaxRendered)
AjaxOutputsetAjaxRendered in interface AjaxOutputpublic String getDir()
public void setDir(String dir)
public boolean isEscape()
isEscape in class AbstractNotifyMessagepublic void setEscape(boolean escape)
public boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputisKeepTransient in class AbstractNotifyMessagepublic void setKeepTransient(boolean keepTransient)
AjaxOutputsetKeepTransient in interface AjaxOutputpublic String getLang()
public void setLang(String lang)
public boolean isNonblocking()
isNonblocking in interface NotifyAttributespublic void setNonblocking(boolean nonblocking)
setNonblocking in interface NotifyAttributespublic Double getNonblockingOpacity()
getNonblockingOpacity in interface NotifyAttributespublic void setNonblockingOpacity(Double nonblockingOpacity)
setNonblockingOpacity in interface NotifyAttributespublic String getOnclick()
public void setOnclick(String onclick)
public String getOndblclick()
public void setOndblclick(String ondblclick)
public String getOnkeydown()
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
public void setOnmouseup(String onmouseup)
public boolean isShowCloseButton()
isShowCloseButton in interface NotifyAttributespublic void setShowCloseButton(boolean showCloseButton)
setShowCloseButton in interface NotifyAttributespublic boolean isShowShadow()
isShowShadow in interface NotifyAttributespublic void setShowShadow(boolean showShadow)
setShowShadow in interface NotifyAttributespublic String getStack()
getStack in interface NotifyAttributespublic void setStack(String stack)
setStack in interface NotifyAttributespublic Integer getStayTime()
getStayTime in interface NotifyAttributespublic void setStayTime(Integer stayTime)
setStayTime in interface NotifyAttributespublic boolean isSticky()
isSticky in interface NotifyAttributespublic void setSticky(boolean sticky)
setSticky in interface NotifyAttributespublic String getStyle()
public void setStyle(String style)
public String getStyleClass()
getStyleClass in interface NotifyAttributespublic void setStyleClass(String styleClass)
setStyleClass in interface NotifyAttributespublic String getTitle()
public void setTitle(String title)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.