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, setShowSummary
addFacesListener, 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, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public 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.AjaxOutput
public void setAjaxRendered(boolean ajaxRendered)
setAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
public void decode(javax.faces.context.FacesContext context)
decode
in class javax.faces.component.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws java.io.IOException
encodeEnd
in class javax.faces.component.UIComponentBase
java.io.IOException
public abstract java.lang.String getLevel()
public abstract void setLevel(java.lang.String level)
Copyright © 2013. All Rights Reserved.