public class UIMessages extends UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIMessages() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
boolean |
isGlobalOnly() |
boolean |
isShowDetail() |
boolean |
isShowSummary() |
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setGlobalOnly(boolean globalOnly) |
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 setGlobalOnly(boolean globalOnly)
public boolean isGlobalOnly()
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