Options
All
  • Public
  • Public/Protected
  • All
Menu

A 'FacesMessage' with a short summary message and a more detailed message, as well as a severity level that indicates the type of this message. Used by the client-side validation framework and some widgets such as the growl widget.

Hierarchy

  • FacesMessage

Index

Properties

detail: string

In-depth details of the message.

rendered: boolean

If the message was successfully rendered by a message/growl component.

The severity of this message, i.e. whether it is an information message, a warning message, or an error message.

severityText?: string

The severity in I18N human readable text for ARIA screen readers.

summary: string

A short summary of the message.

Generated using TypeDoc