Class GrowlBase

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, UINotification, Widget
    Direct Known Subclasses:
    Growl

    public abstract class GrowlBase
    extends javax.faces.component.UIMessages
    implements Widget, UINotification
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GrowlBase.PropertyKeys  
    • Constructor Summary

      Constructors 
      Constructor Description
      GrowlBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getFamily()  
      int getLife()  
      String getSeverity()  
      String getWidgetVar()  
      boolean isEscape()  
      boolean isKeepAlive()  
      boolean isSkipDetailIfEqualsSummary()  
      boolean isSticky()  
      void setEscape​(boolean escape)  
      void setKeepAlive​(boolean keepAlive)  
      void setLife​(int life)  
      void setSeverity​(String severity)  
      void setSkipDetailIfEqualsSummary​(boolean skipDetailIfEqualsSummary)  
      void setSticky​(boolean sticky)  
      void setWidgetVar​(String widgetVar)  
      • 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, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, 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, subscribeToEvent, unsubscribeFromEvent
      • Methods inherited from class javax.faces.component.UIComponent

        encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
    • Constructor Detail

      • GrowlBase

        public GrowlBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Overrides:
        getFamily in class javax.faces.component.UIMessages
      • getWidgetVar

        public String getWidgetVar()
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)
      • isSticky

        public boolean isSticky()
      • setSticky

        public void setSticky​(boolean sticky)
      • getLife

        public int getLife()
      • setLife

        public void setLife​(int life)
      • isEscape

        public boolean isEscape()
      • setEscape

        public void setEscape​(boolean escape)
      • setSeverity

        public void setSeverity​(String severity)
      • isKeepAlive

        public boolean isKeepAlive()
      • setKeepAlive

        public void setKeepAlive​(boolean keepAlive)
      • setSkipDetailIfEqualsSummary

        public void setSkipDetailIfEqualsSummary​(boolean skipDetailIfEqualsSummary)