public class HtmlMessages
extends javax.faces.component.html.HtmlMessages
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlMessages() |
| Modifier and Type | Method and Description |
|---|---|
com.icesoft.faces.context.effects.CurrentStyle |
getCurrentStyle()
Return the value of the
currentStyle property. |
java.lang.String |
getDir()
Return the value of the
dir property. |
com.icesoft.faces.context.effects.Effect |
getEffect()
Return the value of the
effect property. |
java.lang.String |
getErrorClass()
Return the value of the
errorClass property. |
boolean |
getEscape()
Return the value of the
escape property. |
java.lang.String |
getFatalClass()
Return the value of the
fataClass property. |
java.lang.String |
getInfoClass()
Return the value of the
infoClass property. |
java.lang.String |
getLang()
Return the value of the
lang property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
boolean |
getVisible()
Return the value of the
visible property. |
java.lang.String |
getWarnClass()
Return the value of the
warnClass property. |
boolean |
isRendered()
Return the value of the
rendered property. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the
currentStyle property. |
void |
setDir(java.lang.String dir)
Set the value of the
dir property. |
void |
setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the
effect property. |
void |
setErrorClass(java.lang.String errorClass)
Set the value of the
errorClass property. |
void |
setEscape(boolean escape)
Set the value of the
escape property. |
void |
setFatalClass(java.lang.String fatalClass)
Set the value of the
fataClass property. |
void |
setInfoClass(java.lang.String infoClass)
Set the value of the
infoClass property. |
void |
setLang(java.lang.String lang)
Set the value of the
lang property. |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb) |
void |
setVisible(boolean visible)
Set the value of the
visible property. |
void |
setWarnClass(java.lang.String warnClass)
Set the value of the
warnClass property. |
getErrorStyle, getFatalStyle, getInfoStyle, getLayout, getStyle, getTitle, getWarnStyle, isTooltip, setErrorStyle, setFatalStyle, setInfoStyle, setLayout, setStyle, setTitle, setTooltip, setWarnStylegetFamily, getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummaryaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public void setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb)
setValueBinding in class javax.faces.component.UIComponentBasepublic void setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the effect property.
public com.icesoft.faces.context.effects.Effect getEffect()
Return the value of the effect property.
public void setVisible(boolean visible)
Set the value of the visible property.
public boolean getVisible()
Return the value of the visible property.
public void setEscape(boolean escape)
Set the value of the escape property.
public boolean getEscape()
Return the value of the escape property.
public void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
public java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
public boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic com.icesoft.faces.context.effects.CurrentStyle getCurrentStyle()
Return the value of the currentStyle property.
public void setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the currentStyle property.
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
setStyleClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlMessagespublic void setErrorClass(java.lang.String errorClass)
Set the value of the errorClass property.
setErrorClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getErrorClass()
Return the value of the errorClass property.
getErrorClass in class javax.faces.component.html.HtmlMessagespublic void setFatalClass(java.lang.String fatalClass)
Set the value of the fataClass property.
setFatalClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getFatalClass()
Return the value of the fataClass property.
getFatalClass in class javax.faces.component.html.HtmlMessagespublic void setInfoClass(java.lang.String infoClass)
Set the value of the infoClass property.
setInfoClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getInfoClass()
Return the value of the infoClass property.
getInfoClass in class javax.faces.component.html.HtmlMessagespublic void setWarnClass(java.lang.String warnClass)
Set the value of the warnClass property.
setWarnClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getWarnClass()
Return the value of the warnClass property.
getWarnClass in class javax.faces.component.html.HtmlMessagespublic java.lang.String getDir()
Return the value of the dir property. Contents:
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
getDir in class javax.faces.component.html.HtmlMessagespublic void setDir(java.lang.String dir)
Set the value of the dir property.
setDir in class javax.faces.component.html.HtmlMessagespublic java.lang.String getLang()
Return the value of the lang property. Contents:
Code describing the language used in the generated markup for this component.
getLang in class javax.faces.component.html.HtmlMessagespublic void setLang(java.lang.String lang)
Set the value of the lang property.
setLang in class javax.faces.component.html.HtmlMessagesCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.