Richfaces UI Components UI 4.1.0.20110805-M1

org.richfaces.component
Class UINotifyMessages

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIMessages
              extended by org.richfaces.component.AbstractNotifyMessages
                  extended by 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

Nested Class Summary
protected static class UINotifyMessages.Properties
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
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
 
Constructor Summary
UINotifyMessages()
           
 
Method Summary
 Integer getAnimationSpeed()
           
 String getAppearAnimation()
           
 Object getData()
           
 String getDefaultEventName()
           
 Integer getDelay()
           
 Collection<String> getEventNames()
           
 Object getExecute()
           
 String getFamily()
           
 String getHideAnimation()
           
 Integer getInterval()
           
 Double getNonblockingOpacity()
           
 String getOnbeforedomupdate()
           
 String getOnbegin()
           
 String getOncomplete()
           
 org.richfaces.CornerPosition getPosition()
           
 Object getRender()
           
 String getStack()
           
 String getStatus()
           
 Integer getStayTime()
           
 String getStyleClass()
           
 boolean isAjaxRendered()
           
 boolean isKeepTransient()
           
 boolean isLimitRender()
           
 boolean isNonblocking()
           
 boolean isShowCloseButton()
           
 boolean isShowHistory()
           
 boolean isShowShadow()
           
 boolean isSticky()
           
 void setAjaxRendered(boolean ajaxRendered)
           
 void setAnimationSpeed(Integer animationSpeed)
           
 void setAppearAnimation(String appearAnimation)
           
 void setData(Object data)
           
 void setDelay(Integer delay)
           
 void setExecute(Object execute)
           
 void setHideAnimation(String hideAnimation)
           
 void setInterval(Integer interval)
           
 void setKeepTransient(boolean keepTransient)
           
 void setLimitRender(boolean limitRender)
           
 void setNonblocking(boolean nonblocking)
           
 void setNonblockingOpacity(Double nonblockingOpacity)
           
 void setOnbeforedomupdate(String onbeforedomupdate)
           
 void setOnbegin(String onbegin)
           
 void setOncomplete(String oncomplete)
           
 void setPosition(org.richfaces.CornerPosition position)
           
 void setRender(Object render)
           
 void setShowCloseButton(boolean showCloseButton)
           
 void setShowHistory(boolean showHistory)
           
 void setShowShadow(boolean showShadow)
           
 void setStack(String stack)
           
 void setStatus(String status)
           
 void setStayTime(Integer stayTime)
           
 void setSticky(boolean sticky)
           
 void setStyleClass(String styleClass)
           
 
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
 

Field Detail

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
Constructor Detail

UINotifyMessages

public UINotifyMessages()
Method Detail

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

Richfaces UI Components UI 4.1.0.20110805-M1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.