Class HtmlMessages
- All Implemented Interfaces:
EventListener,PartialStateHolder,StateHolder,TransientStateHolder,ComponentSystemEventListener,FacesListener,SystemEventListenerHolder
By default, the rendererType property must be set to "javax.faces.Messages".
This value can be changed by calling the setRendererType() method.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe standard component type for this component.Fields inherited from class javax.faces.component.UIMessages
COMPONENT_FAMILYFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDir()Return the value of thedirproperty.Return the value of theerrorClassproperty.Return the value of theerrorStyleproperty.Return the value of thefatalClassproperty.Return the value of thefatalStyleproperty.Return the value of theinfoClassproperty.Return the value of theinfoStyleproperty.getLang()Return the value of thelangproperty.Return the value of thelayoutproperty.getRole()Return the value of theroleproperty.getStyle()Return the value of thestyleproperty.Return the value of thestyleClassproperty.getTitle()Return the value of thetitleproperty.Return the value of thewarnClassproperty.Return the value of thewarnStyleproperty.booleanReturn the value of thetooltipproperty.voidSet the value of thedirproperty.voidsetErrorClass(String errorClass) Set the value of theerrorClassproperty.voidsetErrorStyle(String errorStyle) Set the value of theerrorStyleproperty.voidsetFatalClass(String fatalClass) Set the value of thefatalClassproperty.voidsetFatalStyle(String fatalStyle) Set the value of thefatalStyleproperty.voidsetInfoClass(String infoClass) Set the value of theinfoClassproperty.voidsetInfoStyle(String infoStyle) Set the value of theinfoStyleproperty.voidSet the value of thelangproperty.voidSet the value of thelayoutproperty.voidSet the value of theroleproperty.voidSet the value of thestyleproperty.voidsetStyleClass(String styleClass) Set the value of thestyleClassproperty.voidSet the value of thetitleproperty.voidsetTooltip(boolean tooltip) Set the value of thetooltipproperty.voidsetWarnClass(String warnClass) Set the value of thewarnClassproperty.voidsetWarnStyle(String warnStyle) Set the value of thewarnStyleproperty.Methods inherited from class javax.faces.component.UIMessages
getFamily, getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummaryMethods 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, 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, unsubscribeFromEventMethods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
Field Details
-
COMPONENT_TYPE
The standard component type for this component.
- See Also:
-
-
Constructor Details
-
HtmlMessages
public HtmlMessages()
-
-
Method Details
-
getDir
Return the value of the
dirproperty.Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). These attributes are case sensitive when rendering to XHTML, so care must be taken to have the correct case.
-
setDir
Set the value of the
dirproperty. -
getErrorClass
Return the value of the
errorClassproperty.Contents: CSS style class to apply to any message with a severity class of "ERROR".
-
setErrorClass
Set the value of the
errorClassproperty. -
getErrorStyle
Return the value of the
errorStyleproperty.Contents: CSS style(s) to apply to any message with a severity class of "ERROR".
-
setErrorStyle
Set the value of the
errorStyleproperty. -
getFatalClass
Return the value of the
fatalClassproperty.Contents: CSS style class to apply to any message with a severity class of "FATAL".
-
setFatalClass
Set the value of the
fatalClassproperty. -
getFatalStyle
Return the value of the
fatalStyleproperty.Contents: CSS style(s) to apply to any message with a severity class of "FATAL".
-
setFatalStyle
Set the value of the
fatalStyleproperty. -
getInfoClass
Return the value of the
infoClassproperty.Contents: CSS style class to apply to any message with a severity class of "INFO".
-
setInfoClass
Set the value of the
infoClassproperty. -
getInfoStyle
Return the value of the
infoStyleproperty.Contents: CSS style(s) to apply to any message with a severity class of "INFO".
-
setInfoStyle
Set the value of the
infoStyleproperty. -
getLang
Return the value of the
langproperty.Contents: Code describing the language used in the generated markup for this component.
-
setLang
Set the value of the
langproperty. -
getLayout
Return the value of the
layoutproperty.Contents: The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table) and "list" (an HTML list). If not specified, the default value is "list".
-
setLayout
Set the value of the
layoutproperty. -
getRole
Return the value of the
roleproperty.Contents:
Per the WAI-ARIA spec and its relationship to HTML5 (Section title ARIA Role Attriubute), every HTML element may have a "role" attribute whose value must be passed through unmodified on the element on which it is declared in the final rendered markup. The attribute, if specified, must have a value that is a string literal that is, or an EL Expression that evaluates to, a set of space-separated tokens representing the various WAI-ARIA roles that the element belongs to.
It is the page author's responsibility to ensure that the user agent is capable of correctly interpreting the value of this attribute.
-
setRole
Set the value of the
roleproperty. -
getStyle
Return the value of the
styleproperty.Contents: CSS style(s) to be applied when this component is rendered.
-
setStyle
Set the value of the
styleproperty. -
getStyleClass
Return the value of the
styleClassproperty.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
Set the value of the
styleClassproperty. -
getTitle
Return the value of the
titleproperty.Contents: Advisory title information about markup elements generated for this component.
-
setTitle
Set the value of the
titleproperty. -
isTooltip
public boolean isTooltip()Return the value of the
tooltipproperty.Contents: Flag indicating whether the detail portion of the message should be displayed as a tooltip.
-
setTooltip
public void setTooltip(boolean tooltip) Set the value of the
tooltipproperty. -
getWarnClass
Return the value of the
warnClassproperty.Contents: CSS style class to apply to any message with a severity class of "WARN".
-
setWarnClass
Set the value of the
warnClassproperty. -
getWarnStyle
Return the value of the
warnStyleproperty.Contents: CSS style(s) to apply to any message with a severity class of "WARN".
-
setWarnStyle
Set the value of the
warnStyleproperty.
-