public abstract class MessageBase extends javax.faces.component.UIMessage implements UINotification, Widget
Modifier and Type | Class and Description |
---|---|
static class |
MessageBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
MessageBase() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplay() |
String |
getFamily() |
String |
getSeverity() |
String |
getStyle() |
String |
getStyleClass() |
boolean |
isEscape() |
boolean |
isSkipDetailIfEqualsSummary() |
void |
setDisplay(String display) |
void |
setEscape(boolean escape) |
void |
setSeverity(String severity) |
void |
setSkipDetailIfEqualsSummary(boolean skipDetailIfEqualsSummary) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
getFor, isRedisplay, isShowDetail, isShowSummary, setFor, 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
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIMessage
public String getDisplay()
public void setDisplay(String display)
public boolean isEscape()
public void setEscape(boolean escape)
public String getSeverity()
getSeverity
in interface UINotification
public void setSeverity(String severity)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isSkipDetailIfEqualsSummary()
isSkipDetailIfEqualsSummary
in interface UINotification
public void setSkipDetailIfEqualsSummary(boolean skipDetailIfEqualsSummary)
Copyright © 2020. All rights reserved.