public abstract class GrowlMessagesBase extends javax.faces.component.UIMessages implements IGrowlMessages
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GrowlMessagesBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
GrowlMessagesBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAutoHide()
Return the value of the
autoHide property. |
int |
getDisplayDuration()
Return the value of the
displayDuration property. |
java.lang.String |
getFamily() |
java.lang.String |
getHeader()
Return the value of the
header property. |
java.lang.String |
getHideEffectDuration()
Return the value of the
hideEffectDuration property. |
int |
getMaxVisibleMessages()
Return the value of the
maxVisibleMessages property. |
java.lang.String |
getMessageOrder()
Return the value of the
messageOrder property. |
java.lang.String |
getMessageStyleClass()
Return the value of the
messageStyleClass property. |
java.lang.String |
getPosition()
Return the value of the
position property. |
java.lang.String |
getShowEffectDuration()
Return the value of the
showEffectDuration property. |
boolean |
isCloseAll()
Return the value of the
closeAll property. |
boolean |
isEscape()
Return the value of the
escape property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setAutoHide(java.lang.String autoHide)
Set the value of the
autoHide property. |
void |
setCloseAll(boolean closeAll)
Set the value of the
closeAll property. |
void |
setDisplayDuration(int displayDuration)
Set the value of the
displayDuration property. |
void |
setEscape(boolean escape)
Set the value of the
escape property. |
void |
setHeader(java.lang.String header)
Set the value of the
header property. |
void |
setHideEffectDuration(java.lang.String hideEffectDuration)
Set the value of the
hideEffectDuration property. |
void |
setMaxVisibleMessages(int maxVisibleMessages)
Set the value of the
maxVisibleMessages property. |
void |
setMessageOrder(java.lang.String messageOrder)
Set the value of the
messageOrder property. |
void |
setMessageStyleClass(java.lang.String messageStyleClass)
Set the value of the
messageStyleClass property. |
void |
setPosition(java.lang.String position)
Set the value of the
position property. |
void |
setShowEffectDuration(java.lang.String showEffectDuration)
Set the value of the
showEffectDuration 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 setAutoHide(java.lang.String autoHide)
Set the value of the autoHide property.
Contents: Types of messages to auto hide after display: "true" (auto hide all messages), "false" (don't auto hide any message), "info", "warn", "error", or "fatal" (auto hide messages at or below specified severity.)
setAutoHide in interface IGrowlMessagespublic java.lang.String getAutoHide()
Return the value of the autoHide property.
Contents: Types of messages to auto hide after display: "true" (auto hide all messages), "false" (don't auto hide any message), "info", "warn", "error", or "fatal" (auto hide messages at or below specified severity.) Default = 'true'.
getAutoHide in interface IGrowlMessagespublic void setCloseAll(boolean closeAll)
Set the value of the closeAll property.
Contents: Whether or not the close-all button should be used when more than one notification appears on the screen. (Close visible messages only, not hidden messages.)
setCloseAll in interface IGrowlMessagespublic boolean isCloseAll()
Return the value of the closeAll property.
Contents: Whether or not the close-all button should be used when more than one notification appears on the screen. (Close visible messages only, not hidden messages.) Default = 'true'.
isCloseAll in interface IGrowlMessagespublic void setDisplayDuration(int displayDuration)
Set the value of the displayDuration property.
Contents: The lifespan (milliseconds) of an auto-hide message on the screen.
setDisplayDuration in interface IGrowlMessagespublic int getDisplayDuration()
Return the value of the displayDuration property.
Contents: The lifespan (milliseconds) of an auto-hide message on the screen. Default = '3000'.
getDisplayDuration in interface IGrowlMessagespublic 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.
setEscape in interface IGrowlMessagespublic 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'.
isEscape in interface IGrowlMessagespublic void setHeader(java.lang.String header)
Set the value of the header property.
Contents: Header to prefix a message. Default = ''.
setHeader in interface IGrowlMessagespublic java.lang.String getHeader()
Return the value of the header property.
Contents: Header to prefix a message. Default = ''.
getHeader in interface IGrowlMessagespublic void setHideEffectDuration(java.lang.String hideEffectDuration)
Set the value of the hideEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of hide effect. Values and default same as for showEffectDuration.
setHideEffectDuration in interface IGrowlMessagespublic java.lang.String getHideEffectDuration()
Return the value of the hideEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of hide effect. Values and default same as for showEffectDuration. Default = '_default'.
getHideEffectDuration in interface IGrowlMessagespublic void setMaxVisibleMessages(int maxVisibleMessages)
Set the value of the maxVisibleMessages property.
Contents: Limit the number of messages appearing at a given time to this number. Default is 0, no limit.
setMaxVisibleMessages in interface IGrowlMessagespublic int getMaxVisibleMessages()
Return the value of the maxVisibleMessages property.
Contents: Limit the number of messages appearing at a given time to this number. Default is 0, no limit. Default = '0'.
getMaxVisibleMessages in interface IGrowlMessagespublic void setMessageOrder(java.lang.String messageOrder)
Set the value of the messageOrder property.
Contents: Designates whether a notification should be appended to the container after all notifications, or whether it should be prepended to the container before all notifications. Options are "after" or "before".
setMessageOrder in interface IGrowlMessagespublic java.lang.String getMessageOrder()
Return the value of the messageOrder property.
Contents: Designates whether a notification should be appended to the container after all notifications, or whether it should be prepended to the container before all notifications. Options are "after" or "before". Default = 'after'.
getMessageOrder in interface IGrowlMessagespublic void setMessageStyleClass(java.lang.String messageStyleClass)
Set the value of the messageStyleClass property.
Contents: A CSS class to be applied to each notification when they are created. Default = ''.
setMessageStyleClass in interface IGrowlMessagespublic java.lang.String getMessageStyleClass()
Return the value of the messageStyleClass property.
Contents: A CSS class to be applied to each notification when they are created. Default = ''.
getMessageStyleClass in interface IGrowlMessagespublic void setPosition(java.lang.String position)
Set the value of the position property.
Contents: Designates a class which is applied to the growl container and controls its position on the screen. Options: top-left, top-right, bottom-left, bottom-right.
setPosition in interface IGrowlMessagespublic java.lang.String getPosition()
Return the value of the position property.
Contents: Designates a class which is applied to the growl container and controls its position on the screen. Options: top-left, top-right, bottom-left, bottom-right. Default = 'top-right'.
getPosition in interface IGrowlMessagespublic void setShowEffectDuration(java.lang.String showEffectDuration)
Set the value of the showEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of show effect. One of "slow", "_default", "fast", or an integer of milliseconds. ("slow", "_default", "fast" currently equated to 600, 400 and 200 respectively in jQuery.)
setShowEffectDuration in interface IGrowlMessagespublic java.lang.String getShowEffectDuration()
Return the value of the showEffectDuration property.
Contents: Duration (also called "speed" in jQuery) of show effect. One of "slow", "_default", "fast", or an integer of milliseconds. ("slow", "_default", "fast" currently equated to 600, 400 and 200 respectively in jQuery.) Default = '_default'.
getShowEffectDuration in interface IGrowlMessagesprotected 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.