@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() |
updateMessages
getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary
addClientBehavior, 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, 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
addClientBehavior, getClientBehaviors
getFor, updateMessages
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIMessage
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public boolean isAjaxRendered()
AjaxOutput
isAjaxRendered
in interface AjaxOutput
isAjaxRendered
in class AbstractNotifyMessage
public void setAjaxRendered(boolean ajaxRendered)
AjaxOutput
setAjaxRendered
in interface AjaxOutput
public String getDir()
public void setDir(String dir)
public boolean isEscape()
isEscape
in class AbstractNotifyMessage
public void setEscape(boolean escape)
public boolean isKeepTransient()
AjaxOutput
isKeepTransient
in interface AjaxOutput
isKeepTransient
in class AbstractNotifyMessage
public void setKeepTransient(boolean keepTransient)
AjaxOutput
setKeepTransient
in interface AjaxOutput
public String getLang()
public void setLang(String lang)
public boolean isNonblocking()
isNonblocking
in interface NotifyAttributes
public void setNonblocking(boolean nonblocking)
setNonblocking
in interface NotifyAttributes
public Double getNonblockingOpacity()
getNonblockingOpacity
in interface NotifyAttributes
public void setNonblockingOpacity(Double nonblockingOpacity)
setNonblockingOpacity
in interface NotifyAttributes
public 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 NotifyAttributes
public void setShowCloseButton(boolean showCloseButton)
setShowCloseButton
in interface NotifyAttributes
public boolean isShowShadow()
isShowShadow
in interface NotifyAttributes
public void setShowShadow(boolean showShadow)
setShowShadow
in interface NotifyAttributes
public String getStack()
getStack
in interface NotifyAttributes
public void setStack(String stack)
setStack
in interface NotifyAttributes
public Integer getStayTime()
getStayTime
in interface NotifyAttributes
public void setStayTime(Integer stayTime)
setStayTime
in interface NotifyAttributes
public boolean isSticky()
isSticky
in interface NotifyAttributes
public void setSticky(boolean sticky)
setSticky
in interface NotifyAttributes
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
getStyleClass
in interface NotifyAttributes
public void setStyleClass(String styleClass)
setStyleClass
in interface NotifyAttributes
public String getTitle()
public void setTitle(String title)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.