Message Methods
The following are methods for
Message
. All are instance methods.
getComponentLabel()
Returns the label of the associated
inputField
component. If no label is defined, this method returns
null
.
getDetail()
Returns the value of the detail parameter used to create the message. If no detail String was specified, this method returns
null
.
getSeverity()
Returns the severity enum used to create the message.
getSummary()
Returns the summary String used to create the message.
Previous
Next