|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
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
javax.faces.component.html.HtmlMessage
com.icesoft.faces.component.ext.HtmlMessage
public class HtmlMessage
This is an extension of javax.faces.component.html.HtmlMessage, which provides some additional behavior to this component such as:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.html.HtmlMessage |
---|
javax.faces.component.html.HtmlMessage.PropertyKeys |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIMessage |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
HtmlMessage()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.faces.component.html.HtmlMessage |
---|
getErrorStyle, getFatalStyle, getInfoStyle, getStyle, getTitle, getWarnStyle, isTooltip, setErrorStyle, setFatalStyle, setInfoStyle, setStyle, setTitle, setTooltip, setWarnStyle |
Methods inherited from class javax.faces.component.UIMessage |
---|
getFamily, getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, 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, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
Constructor Detail |
---|
public HtmlMessage()
Method Detail |
---|
public void setValueBinding(java.lang.String s, javax.faces.el.ValueBinding vb)
setValueBinding
in class javax.faces.component.UIComponentBase
public 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.UIComponentBase
public 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.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public 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.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
setStyleClass
in class javax.faces.component.html.HtmlMessage
public java.lang.String getStyleClass()
Return the value of the styleClass
property.
getStyleClass
in class javax.faces.component.html.HtmlMessage
public void setErrorClass(java.lang.String errorClass)
Set the value of the errorClass
property.
setErrorClass
in class javax.faces.component.html.HtmlMessage
public java.lang.String getErrorClass()
Return the value of the errorClass
property.
getErrorClass
in class javax.faces.component.html.HtmlMessage
public void setFatalClass(java.lang.String fatalClass)
Set the value of the fataClass
property.
setFatalClass
in class javax.faces.component.html.HtmlMessage
public java.lang.String getFatalClass()
Return the value of the fataClass
property.
getFatalClass
in class javax.faces.component.html.HtmlMessage
public void setInfoClass(java.lang.String infoClass)
Set the value of the infoClass
property.
setInfoClass
in class javax.faces.component.html.HtmlMessage
public java.lang.String getInfoClass()
Return the value of the infoClass
property.
getInfoClass
in class javax.faces.component.html.HtmlMessage
public void setWarnClass(java.lang.String warnClass)
Set the value of the warnClass
property.
setWarnClass
in class javax.faces.component.html.HtmlMessage
public java.lang.String getWarnClass()
Return the value of the warnClass
property.
getWarnClass
in class javax.faces.component.html.HtmlMessage
public 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.HtmlMessage
public void setDir(java.lang.String dir)
Set the value of the dir
property.
setDir
in class javax.faces.component.html.HtmlMessage
public 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.HtmlMessage
public void setLang(java.lang.String lang)
Set the value of the lang
property.
setLang
in class javax.faces.component.html.HtmlMessage
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |