org.richfaces.component
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class UINotify extends AbstractNotify implements javax.faces.component.behavior.ClientBehaviorHolder, NotifyAttributes, org.richfaces.component.attribute.OutputFormatProps, org.richfaces.component.attribute.StyleClassProps
The <rich:notify> component serves for advanced user interaction, using notification boxes to give the user instant feedback on what's happening within the application. Each time this component is rendered, a floating notification box is displayed in the selected corner of the browser screen.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UINotify.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
DEFAULT_NONBLOCKING_OPACITY| Constructor and Description |
|---|
UINotify() |
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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic 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 String getDetail()
getDetail in class AbstractNotifypublic void setDetail(String detail)
public boolean isDisabled()
isDisabled in interface org.richfaces.component.attribute.DisabledPropsisDisabled in class AbstractNotifypublic void setDisabled(boolean disabled)
public boolean isEscape()
isEscape in interface org.richfaces.component.attribute.OutputFormatPropspublic void setEscape(boolean escape)
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()
getOnclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
getOndblclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnkeydown()
getOnkeydown in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
getOnkeypress in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
getOnkeyup in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
getOnmousedown in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in interface org.richfaces.component.attribute.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 getStyleClass()
getStyleClass in interface org.richfaces.component.attribute.StyleClassPropsgetStyleClass in interface NotifyAttributespublic void setStyleClass(String styleClass)
setStyleClass in interface NotifyAttributespublic String getSummary()
getSummary in class AbstractNotifypublic void setSummary(String summary)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.