@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UINotifyMessages extends AbstractNotifyMessages implements javax.faces.component.behavior.ClientBehaviorHolder, AjaxOutputProps, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps, AjaxOutput, ClientSideMessage, NotifyAttributes
The <r:notifyMessages> component is the same as the <r:notifyMessage> component, but each of the available messages generates one notification.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UINotifyMessages.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UINotifyMessages() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLang()
Code describing the language used in the generated markup for this component.
|
Double |
getNonblockingOpacity() |
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getStack() |
Integer |
getStayTime() |
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
boolean |
isAjaxRendered()
getter for ajax-rendered flag property.
|
boolean |
isEscape() |
boolean |
isKeepTransient()
getter for ajax-rendered flag property.
|
boolean |
isNonblocking() |
boolean |
isShowCloseButton() |
boolean |
isShowShadow() |
boolean |
isSticky() |
void |
setAjaxRendered(boolean ajaxRendered)
Setter for ajax rendered property.
|
void |
setDir(String dir) |
void |
setEscape(boolean escape) |
void |
setKeepTransient(boolean keepTransient)
Setter for ajax rendered property.
|
void |
setLang(String lang) |
void |
setNonblocking(boolean nonblocking) |
void |
setNonblockingOpacity(Double nonblockingOpacity) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setShowCloseButton(boolean showCloseButton) |
void |
setShowShadow(boolean showShadow) |
void |
setStack(String stack) |
void |
setStayTime(Integer stayTime) |
void |
setSticky(boolean sticky) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
updateMessagesgetFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, 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, 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, waitaddClientBehavior, getClientBehaviorsgetFor, updateMessagespublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIMessagespublic 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 AjaxOutputPropsisAjaxRendered in interface AjaxOutputisAjaxRendered in class AbstractNotifyMessagespublic void setAjaxRendered(boolean ajaxRendered)
AjaxOutputsetAjaxRendered in interface AjaxOutputpublic String getDir()
I18nPropspublic void setDir(String dir)
public boolean isEscape()
isEscape in class AbstractNotifyMessagespublic void setEscape(boolean escape)
public boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputPropsisKeepTransient in interface AjaxOutputisKeepTransient in class AbstractNotifyMessagespublic void setKeepTransient(boolean keepTransient)
AjaxOutputsetKeepTransient in interface AjaxOutputpublic String getLang()
I18nPropspublic 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()
EventsMousePropsgetOnclick in interface EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic 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()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropsgetStyleClass in interface NotifyAttributespublic void setStyleClass(String styleClass)
setStyleClass in interface NotifyAttributespublic String getTitle()
CorePropspublic void setTitle(String title)
Copyright © 2014 JBoss by Red Hat. All rights reserved.