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, wait
advanced
protected abstract String getCssClass(Message.MessageType type)
public String getDetail()
Message
public String getSummary()
Message
getSummary
in interface Message
public Message.MessageType getType()
Message
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.