@Generated(value={"RichFaces CDK","4.3.1.Final"}) public class UINotify extends AbstractNotify implements javax.faces.component.behavior.ClientBehaviorHolder, org.richfaces.component.NotifyAttributes
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, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
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 String getDetail()
getDetail
in class AbstractNotify
public void setDetail(String detail)
setDetail
in class AbstractNotify
public boolean isEscape()
isEscape
in class AbstractNotify
public void setEscape(boolean escape)
public boolean isNonblocking()
isNonblocking
in interface org.richfaces.component.NotifyAttributes
public void setNonblocking(boolean nonblocking)
setNonblocking
in interface org.richfaces.component.NotifyAttributes
public Double getNonblockingOpacity()
getNonblockingOpacity
in interface org.richfaces.component.NotifyAttributes
public void setNonblockingOpacity(Double nonblockingOpacity)
setNonblockingOpacity
in interface org.richfaces.component.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 org.richfaces.component.NotifyAttributes
public void setShowCloseButton(boolean showCloseButton)
setShowCloseButton
in interface org.richfaces.component.NotifyAttributes
public boolean isShowShadow()
isShowShadow
in interface org.richfaces.component.NotifyAttributes
public void setShowShadow(boolean showShadow)
setShowShadow
in interface org.richfaces.component.NotifyAttributes
public String getStack()
getStack
in interface org.richfaces.component.NotifyAttributes
public void setStack(String stack)
setStack
in interface org.richfaces.component.NotifyAttributes
public Integer getStayTime()
getStayTime
in interface org.richfaces.component.NotifyAttributes
public void setStayTime(Integer stayTime)
setStayTime
in interface org.richfaces.component.NotifyAttributes
public boolean isSticky()
isSticky
in interface org.richfaces.component.NotifyAttributes
public void setSticky(boolean sticky)
setSticky
in interface org.richfaces.component.NotifyAttributes
public String getStyleClass()
getStyleClass
in interface org.richfaces.component.NotifyAttributes
public void setStyleClass(String styleClass)
setStyleClass
in interface org.richfaces.component.NotifyAttributes
public String getSummary()
getSummary
in class AbstractNotify
public void setSummary(String summary)
setSummary
in class AbstractNotify
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.