public class Messages extends javax.faces.component.UIMessages implements AutoUpdatable, UINotification
Modifier and Type | Class and Description |
---|---|
static class |
Messages.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 |
getSeverity() |
String |
getStyle() |
String |
getStyleClass() |
boolean |
isAutoUpdate() |
boolean |
isClosable() |
boolean |
isEscape() |
boolean |
isShowIcon() |
void |
setAutoUpdate(boolean _autoUpdate) |
void |
setClosable(boolean _closable) |
void |
setEscape(boolean _escape) |
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
getClientId
isRedisplay
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 String getFamily()
getFamily
in class javax.faces.component.UIMessages
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 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)
Copyright © 2017. All rights reserved.