public class Messages
extends javax.faces.component.UIMessages
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.messages.MessagesBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_ICON_CLASS |
static String |
CLOSE_LINK_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
ICONLESS_CONTAINER_CLASS |
static String |
SEVERITY_PREFIX_CLASS |
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getForType() |
String |
getSeverity() |
String |
getStyle() |
String |
getStyleClass() |
boolean |
isClosable() |
boolean |
isEscape() |
boolean |
isShowIcon() |
void |
setClosable(boolean closable) |
void |
setEscape(boolean escape) |
void |
setForType(String forType) |
void |
setSeverity(String severity) |
void |
setShowIcon(boolean showIcon) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
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, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRedisplay
public static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String ICONLESS_CONTAINER_CLASS
public static final String CLOSE_LINK_CLASS
public static final String CLOSE_ICON_CLASS
public static final String SEVERITY_PREFIX_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIMessages
public boolean isEscape()
public void setEscape(boolean escape)
public String getSeverity()
getSeverity
in interface UINotification
public void setSeverity(String severity)
public boolean isClosable()
public void setClosable(boolean closable)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isShowIcon()
public void setShowIcon(boolean showIcon)
public String getForType()
public void setForType(String forType)
Copyright © 2019. All rights reserved.