public abstract class AbstractMessage extends Object implements Message, AdvancedInteractions<Message.AdvancedMessageInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage.AdvancedMessageInteractionsImpl |
Message.AdvancedMessageInteractions, Message.MessageType| Constructor and Description |
|---|
AbstractMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getCssClass(Message.MessageType type) |
String |
getDetail()
Gets the detail part of the message.
|
String |
getSummary()
Gets the summary part of the message.
|
Message.MessageType |
getType()
Gets the message severity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvancedprotected abstract String getCssClass(Message.MessageType type)
public String getDetail()
Messagepublic String getSummary()
MessagegetSummary in interface Messagepublic Message.MessageType getType()
MessageCopyright © 2015 JBoss by Red Hat. All Rights Reserved.