@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class HtmlNotifyMessage extends AbstractNotifyMessage implements javax.faces.component.behavior.ClientBehaviorHolder, 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.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlNotifyMessage.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
HtmlNotifyMessage() |
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 |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
boolean |
isEscape()
Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
|
boolean |
isKeepTransient()
getter for keep transient property.
|
boolean |
isNonblocking() |
boolean |
isShowCloseButton() |
boolean |
isShowShadow() |
boolean |
isSticky() |
void |
setAjaxRendered(boolean ajaxRendered)
Setter for ajax rendered property.
|
void |
setDir(String dir) |
void |
setDisabled(boolean disabled) |
void |
setEscape(boolean escape) |
void |
setKeepTransient(boolean keepTransient)
Setter for keep transient 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) |
updateMessages
getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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
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 interface AjaxOutputProps
public void setAjaxRendered(boolean ajaxRendered)
AjaxOutput
setAjaxRendered
in interface AjaxOutput
public String getDir()
I18nProps
public void setDir(String dir)
public boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
isDisabled
in class AbstractNotifyMessage
public void setDisabled(boolean disabled)
public boolean isEscape()
OutputFormatProps
isEscape
in interface OutputFormatProps
public void setEscape(boolean escape)
public boolean isKeepTransient()
AjaxOutput
isKeepTransient
in interface AjaxOutput
isKeepTransient
in interface AjaxOutputProps
isKeepTransient
in class AbstractNotifyMessage
public void setKeepTransient(boolean keepTransient)
AjaxOutput
setKeepTransient
in interface AjaxOutput
public String getLang()
I18nProps
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()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
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()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
getStyleClass
in interface NotifyAttributes
public void setStyleClass(String styleClass)
setStyleClass
in interface NotifyAttributes
public String getTitle()
CoreProps
public void setTitle(String title)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.