org.richfaces.component
Class UINotifyMessages
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIMessages
org.richfaces.component.AbstractNotifyMessages
org.richfaces.component.UINotifyMessages
- All Implemented Interfaces:
- EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.ajax4jsf.component.AjaxOutput, NotifyAttributes
@Generated(value={"RichFaces CDK","4.1.0.20110805-M1"})
public class UINotifyMessages
- extends AbstractNotifyMessages
- implements javax.faces.component.behavior.ClientBehaviorHolder
- Author:
- Bernard Labno
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIMessages |
getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummary |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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 |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UINotifyMessages
public UINotifyMessages()
getFamily
public String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIMessages
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getEventNames
in class javax.faces.component.UIComponentBase
getDefaultEventName
public String getDefaultEventName()
- Specified by:
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getDefaultEventName
in class javax.faces.component.UIComponentBase
isAjaxRendered
public boolean isAjaxRendered()
- Specified by:
isAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
- Specified by:
isAjaxRendered
in class AbstractNotifyMessages
setAjaxRendered
public void setAjaxRendered(boolean ajaxRendered)
- Specified by:
setAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
- Specified by:
setAjaxRendered
in class AbstractNotifyMessages
getAnimationSpeed
public Integer getAnimationSpeed()
- Specified by:
getAnimationSpeed
in interface NotifyAttributes
setAnimationSpeed
public void setAnimationSpeed(Integer animationSpeed)
- Specified by:
setAnimationSpeed
in interface NotifyAttributes
getAppearAnimation
public String getAppearAnimation()
- Specified by:
getAppearAnimation
in interface NotifyAttributes
setAppearAnimation
public void setAppearAnimation(String appearAnimation)
- Specified by:
setAppearAnimation
in interface NotifyAttributes
getData
public Object getData()
setData
public void setData(Object data)
getDelay
public Integer getDelay()
- Specified by:
getDelay
in interface NotifyAttributes
setDelay
public void setDelay(Integer delay)
- Specified by:
setDelay
in interface NotifyAttributes
getExecute
public Object getExecute()
setExecute
public void setExecute(Object execute)
getHideAnimation
public String getHideAnimation()
- Specified by:
getHideAnimation
in interface NotifyAttributes
setHideAnimation
public void setHideAnimation(String hideAnimation)
- Specified by:
setHideAnimation
in interface NotifyAttributes
getInterval
public Integer getInterval()
- Specified by:
getInterval
in class AbstractNotifyMessages
setInterval
public void setInterval(Integer interval)
- Specified by:
setInterval
in class AbstractNotifyMessages
isKeepTransient
public boolean isKeepTransient()
- Specified by:
isKeepTransient
in interface org.ajax4jsf.component.AjaxOutput
- Specified by:
isKeepTransient
in class AbstractNotifyMessages
setKeepTransient
public void setKeepTransient(boolean keepTransient)
- Specified by:
setKeepTransient
in interface org.ajax4jsf.component.AjaxOutput
- Specified by:
setKeepTransient
in class AbstractNotifyMessages
isLimitRender
public boolean isLimitRender()
setLimitRender
public void setLimitRender(boolean limitRender)
isNonblocking
public boolean isNonblocking()
- Specified by:
isNonblocking
in interface NotifyAttributes
setNonblocking
public void setNonblocking(boolean nonblocking)
- Specified by:
setNonblocking
in interface NotifyAttributes
getNonblockingOpacity
public Double getNonblockingOpacity()
- Specified by:
getNonblockingOpacity
in interface NotifyAttributes
setNonblockingOpacity
public void setNonblockingOpacity(Double nonblockingOpacity)
- Specified by:
setNonblockingOpacity
in interface NotifyAttributes
getOnbeforedomupdate
public String getOnbeforedomupdate()
setOnbeforedomupdate
public void setOnbeforedomupdate(String onbeforedomupdate)
getOnbegin
public String getOnbegin()
setOnbegin
public void setOnbegin(String onbegin)
getOncomplete
public String getOncomplete()
setOncomplete
public void setOncomplete(String oncomplete)
getPosition
public org.richfaces.CornerPosition getPosition()
- Specified by:
getPosition
in class AbstractNotifyMessages
setPosition
public void setPosition(org.richfaces.CornerPosition position)
- Specified by:
setPosition
in class AbstractNotifyMessages
getRender
public Object getRender()
setRender
public void setRender(Object render)
isShowCloseButton
public boolean isShowCloseButton()
- Specified by:
isShowCloseButton
in interface NotifyAttributes
setShowCloseButton
public void setShowCloseButton(boolean showCloseButton)
- Specified by:
setShowCloseButton
in interface NotifyAttributes
isShowHistory
public boolean isShowHistory()
- Specified by:
isShowHistory
in interface NotifyAttributes
setShowHistory
public void setShowHistory(boolean showHistory)
- Specified by:
setShowHistory
in interface NotifyAttributes
isShowShadow
public boolean isShowShadow()
- Specified by:
isShowShadow
in interface NotifyAttributes
setShowShadow
public void setShowShadow(boolean showShadow)
- Specified by:
setShowShadow
in interface NotifyAttributes
getStack
public String getStack()
- Specified by:
getStack
in interface NotifyAttributes
setStack
public void setStack(String stack)
- Specified by:
setStack
in interface NotifyAttributes
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getStayTime
public Integer getStayTime()
- Specified by:
getStayTime
in interface NotifyAttributes
setStayTime
public void setStayTime(Integer stayTime)
- Specified by:
setStayTime
in interface NotifyAttributes
isSticky
public boolean isSticky()
- Specified by:
isSticky
in interface NotifyAttributes
setSticky
public void setSticky(boolean sticky)
- Specified by:
setSticky
in interface NotifyAttributes
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass
in interface NotifyAttributes
setStyleClass
public void setStyleClass(String styleClass)
- Specified by:
setStyleClass
in interface NotifyAttributes
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.