public class UIMessage extends UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
boolean |
isShowDetail() |
boolean |
isShowSummary() |
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setFor(java.lang.String forValue) |
void |
setShowDetail(boolean showDetail) |
void |
setShowSummary(boolean showSummary) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class UIComponentpublic void setFor(java.lang.String forValue)
public java.lang.String getFor()
public void setShowDetail(boolean showDetail)
public boolean isShowDetail()
public void setShowSummary(boolean showSummary)
public boolean isShowSummary()
public java.lang.Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIComponentBasepublic void restoreState(FacesContext context, java.lang.Object state)
restoreState in interface StateHolderrestoreState in class UIComponentBase