| java.lang.Object | |
| ↳ | com.atlassian.confluence.util.message.DefaultMessage |
Known Direct Subclasses
| |||||||||||||
A global message
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor without explicit visible parameter.
| |||||||||||
Message will be shown a closable by default.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name of the CSS class associated with this message.
| |||||||||||
Get the unique ID for this message.
| |||||||||||
Get the text for this message
| |||||||||||
Determines whether the message can be closed
| |||||||||||
Determines whether the message should be shown
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.confluence.util.message.Message
| |||||||||||||||||||||
Constructor without explicit visible parameter. Show will be set to true by default.
Gets the name of the CSS class associated with this message. The class name can be used to style the message
Determines whether the message can be closed
Determines whether the message should be shown

