public abstract class UIRichMessage
extends javax.faces.component.UIMessage
implements org.ajax4jsf.component.AjaxOutput
| Constructor and Description |
|---|
UIRichMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
abstract java.lang.String |
getLevel() |
abstract java.lang.String |
getPassedLabel() |
boolean |
isAjaxRendered() |
boolean |
isPassed() |
void |
setAjaxRendered(boolean ajaxRendered) |
abstract void |
setLevel(java.lang.String level) |
abstract void |
setPassedLabel(java.lang.String passedLabel) |
getFamily, getFor, isShowDetail, isShowSummary, restoreState, saveState, setFor, setShowDetail, setShowSummaryaddFacesListener, broadcast, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getContainerClientId, getValueExpression, setValueExpressionpublic boolean isPassed()
public abstract java.lang.String getPassedLabel()
public abstract void setPassedLabel(java.lang.String passedLabel)
public boolean isAjaxRendered()
isAjaxRendered in interface org.ajax4jsf.component.AjaxOutputpublic void setAjaxRendered(boolean ajaxRendered)
setAjaxRendered in interface org.ajax4jsf.component.AjaxOutputpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBasepublic void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic abstract java.lang.String getLevel()
public abstract void setLevel(java.lang.String level)
Copyright © 2013. All Rights Reserved.