public class Growl extends javax.faces.component.UIMessages implements Widget, AutoUpdatable, UINotification
Modifier and Type | Class and Description |
---|---|
protected static class |
Growl.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Growl() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
int |
getLife() |
String |
getSeverity() |
String |
getWidgetVar() |
boolean |
isAutoUpdate() |
boolean |
isEscape() |
boolean |
isSticky() |
String |
resolveWidgetVar() |
void |
setAutoUpdate(boolean _autoUpdate) |
void |
setEscape(boolean _escape) |
void |
setLife(int _life) |
void |
setSeverity(String _severity) |
void |
setSticky(boolean _sticky) |
void |
setWidgetVar(String _widgetVar) |
getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummary
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
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClientId
isRedisplay
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIMessages
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public boolean isSticky()
public void setSticky(boolean _sticky)
public int getLife()
public void setLife(int _life)
public boolean isAutoUpdate()
isAutoUpdate
in interface AutoUpdatable
public void setAutoUpdate(boolean _autoUpdate)
public boolean isEscape()
public void setEscape(boolean _escape)
public String getSeverity()
getSeverity
in interface UINotification
public void setSeverity(String _severity)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.