public interface Message extends AdvancedInteractions<Message.AdvancedMessageInteractions>
Modifier and Type | Interface and Description |
---|---|
static interface |
Message.AdvancedMessageInteractions |
static class |
Message.MessageType
Represents the severity of the messages represented by Message component.
|
Modifier and Type | Method and Description |
---|---|
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.
|
advanced
String getSummary()
String getDetail()
Message.MessageType getType()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.