| Package | Description |
|---|---|
| org.jboss.as.console.client.core.message |
| Modifier and Type | Field and Description |
|---|---|
protected Message.Severity |
Message.severity |
| Modifier and Type | Method and Description |
|---|---|
Message.Severity |
Message.getSeverity() |
static Message.Severity |
Message.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Severity[] |
Message.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.resources.client.ImageResource |
MessageCenterView.getSeverityIcon(Message.Severity severity) |
static String |
MessageCenterView.getSeverityStyle(Message.Severity severity) |
| Constructor and Description |
|---|
Message(String conciseMessage,
Message.Severity severity) |
Message(String conciseMessage,
Message.Severity severity,
EnumSet<Message.Option> options) |
Message(String conciseMessage,
String detailedMessage,
Message.Severity severity) |
Message(String conciseMessage,
String detailedMessage,
Message.Severity severity,
EnumSet<Message.Option> options) |
Message(String conciseMessage,
Throwable details,
Message.Severity severity) |
Message(String conciseMessage,
Throwable details,
Message.Severity severity,
EnumSet<Message.Option> options) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.