public class Growl
extends javax.faces.component.UIMessages
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.growl.GrowlBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
| Constructor and Description |
|---|
Growl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
int |
getLife() |
String |
getSeverity() |
String |
getWidgetVar() |
boolean |
isEscape() |
boolean |
isKeepAlive() |
boolean |
isSticky() |
String |
resolveWidgetVar() |
void |
setEscape(boolean escape) |
void |
setKeepAlive(boolean keepAlive) |
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, setShowSummaryaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRedisplaypublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIMessagespublic 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 isEscape()
public void setEscape(boolean escape)
public String getSeverity()
getSeverity in interface UINotificationpublic void setSeverity(String severity)
public boolean isKeepAlive()
public void setKeepAlive(boolean keepAlive)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.