public abstract class MessagesBase extends javax.faces.component.UIMessages implements IMessages
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MessagesBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
MessagesBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChangeEffect()
Return the value of the
changeEffect property. |
java.lang.String |
getChangeEffectDuration()
Return the value of the
changeEffectDuration property. |
java.lang.String |
getFamily() |
java.lang.String |
getInitEffect()
Return the value of the
initEffect property. |
java.lang.String |
getInitEffectDuration()
Return the value of the
initEffectDuration property. |
java.lang.String |
getLang()
Return the value of the
lang property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getTitle()
Return the value of the
title property. |
boolean |
isEscape()
Return the value of the
escape property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setChangeEffect(java.lang.String changeEffect)
Set the value of the
changeEffect property. |
void |
setChangeEffectDuration(java.lang.String changeEffectDuration)
Set the value of the
changeEffectDuration property. |
void |
setEscape(boolean escape)
Set the value of the
escape property. |
void |
setInitEffect(java.lang.String initEffect)
Set the value of the
initEffect property. |
void |
setInitEffectDuration(java.lang.String initEffectDuration)
Set the value of the
initEffectDuration property. |
void |
setLang(java.lang.String lang)
Set the value of the
lang property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setTitle(java.lang.String title)
Set the value of the
title property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
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, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIMessagespublic void setChangeEffect(java.lang.String changeEffect)
Set the value of the changeEffect property.
Contents: Effect to run to show the message when there was a different previous message. Values and default same as for initEffect.
setChangeEffect in interface IMessagespublic java.lang.String getChangeEffect()
Return the value of the changeEffect property.
Contents: Effect to run to show the message when there was a different previous message. Values and default same as for initEffect.
getChangeEffect in interface IMessagespublic void setChangeEffectDuration(java.lang.String changeEffectDuration)
Set the value of the changeEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of change effect. Values and default same as for initEffectDuration.
setChangeEffectDuration in interface IMessagespublic java.lang.String getChangeEffectDuration()
Return the value of the changeEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of change effect. Values and default same as for initEffectDuration.
getChangeEffectDuration in interface IMessagespublic void setEscape(boolean escape)
Set the value of the escape property.
Contents: Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. Note: setting this to false may open up security issues. See XSS (Cross Site Scripting) Prevention Cheat Sheet.
public boolean isEscape()
Return the value of the escape property.
Contents: Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. Note: setting this to false may open up security issues. See XSS (Cross Site Scripting) Prevention Cheat Sheet. Default = 'true'.
public void setInitEffect(java.lang.String initEffect)
Set the value of the initEffect property.
Contents: Effect to run to show the message when there was no previous message. One of "blind", "bounce", "clip", "drop", "explode", "fade", "fold", "highlight", "puff", "pulsate", "scale", "shake", "size", "slide". Default is no effect.
setInitEffect in interface IMessagespublic java.lang.String getInitEffect()
Return the value of the initEffect property.
Contents: Effect to run to show the message when there was no previous message. One of "blind", "bounce", "clip", "drop", "explode", "fade", "fold", "highlight", "puff", "pulsate", "scale", "shake", "size", "slide". Default is no effect.
getInitEffect in interface IMessagespublic void setInitEffectDuration(java.lang.String initEffectDuration)
Set the value of the initEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of init effect. One of "slow", "_default", "fast", or an integer of milliseconds. Default is "_default". ("slow", "_default", "fast" currently equated to 600, 400 and 200 respectively in jQuery.)
setInitEffectDuration in interface IMessagespublic java.lang.String getInitEffectDuration()
Return the value of the initEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of init effect. One of "slow", "_default", "fast", or an integer of milliseconds. Default is "_default". ("slow", "_default", "fast" currently equated to 600, 400 and 200 respectively in jQuery.)
getInitEffectDuration in interface IMessagespublic void setLang(java.lang.String lang)
Set the value of the lang property.
Contents: Code describing the language used in the generated markup for this component.
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.
public void setStyle(java.lang.String style)
Set the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
public java.lang.String getStyle()
Return the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
setStyleClass in interface IMessagespublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
getStyleClass in interface IMessagespublic void setTitle(java.lang.String title)
Set the value of the title property.
Contents: Advisory title information about markup elements generated for this component.
public java.lang.String getTitle()
Return the value of the title property.
Contents: Advisory title information about markup elements generated for this component.
protected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.