public interface MessageProperties
MessageProperties interface represents styling properties of error and warning messages.
 | Modifier and Type | Method and Description | 
|---|---|
| MessageStyleProperties | getErrorMessageStyle()Returns the  MessageStylePropertiesobject representing error message styling properties. | 
| MessageStyleProperties | getInfoMessageStyle()Returns the  MessageStylePropertiesobject representing info message styling properties. | 
| MessageStyleProperties | getWarningMessageStyle()Returns the  MessageStylePropertiesobject representing warning message styling properties. | 
MessageStyleProperties getErrorMessageStyle()
MessageStyleProperties object representing error message styling properties. 
 MessageStyleProperties getWarningMessageStyle()
MessageStyleProperties object representing warning message styling properties. 
 MessageStyleProperties getInfoMessageStyle()
MessageStyleProperties object representing info message styling properties.