|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIMessage
org.richfaces.component.UIRichMessage
public abstract class UIRichMessage
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UIMessage |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIRichMessage()
|
|
| Method Summary | |
|---|---|
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 |
getMinLevel()
|
abstract java.lang.String |
getPassedLabel()
|
boolean |
isAjaxRendered()
|
boolean |
isPassed()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAjaxRendered(boolean ajaxRendered)
|
abstract void |
setLevel(java.lang.String level)
|
abstract void |
setMinLevel(java.lang.String minLevel)
|
abstract void |
setPassedLabel(java.lang.String passedLabel)
|
| Methods inherited from class javax.faces.component.UIMessage |
|---|
getFamily, getFor, isShowDetail, isShowSummary, setFor, setShowDetail, setShowSummary |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
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 |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ajax4jsf.component.AjaxOutput |
|---|
isKeepTransient, setKeepTransient |
| Constructor Detail |
|---|
public UIRichMessage()
| Method Detail |
|---|
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.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.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOException
public 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)
public abstract java.lang.String getMinLevel()
public abstract void setMinLevel(java.lang.String minLevel)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIMessage
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||