UINotification, Widgetpublic class Message extends javax.faces.component.UIMessage implements UINotification, Widget
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Message.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
| Constructor | Description |
|---|---|
Message() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDisplay() |
|
String |
getFamily() |
|
String |
getSeverity() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
boolean |
isEscape() |
|
String |
resolveWidgetVar() |
|
void |
setDisplay(String _display) |
|
void |
setEscape(boolean _escape) |
|
void |
setSeverity(String _severity) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, 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, setValueBindinggetFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummaryisRedisplaypublic 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.UIMessagepublic String getDisplay()
public void setDisplay(String _display)
public boolean isEscape()
public void setEscape(boolean _escape)
public String getSeverity()
getSeverity in interface UINotificationpublic void setSeverity(String _severity)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.