| Package | Description |
|---|---|
| to.etc.domui.component.layout | |
| to.etc.domui.component.misc | |
| to.etc.domui.dom.errors | |
| to.etc.domui.logic.errors | |
| to.etc.domui.state | |
| to.etc.domui.trouble |
| Constructor and Description |
|---|
MessageLine(MsgType type,
String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageFlare.addMessage(String message,
MsgType type)
Adds message to message flare.
|
static MessageFlare |
MessageFlare.display(NodeContainer parent,
MsgType type,
String message)
Display flare message.
|
static MsgBox.Type |
MsgBox.Type.from(MsgType messageType) |
void |
MessageFlare.setType(MsgType type)
Set flare type.
|
| Constructor and Description |
|---|
MessageFlare(MsgType type)
Create message flare.
|
MessageFlare(MsgType type,
boolean autoVanish)
Create message flare.
|
| Modifier and Type | Method and Description |
|---|---|
MsgType |
UIMessage.getType() |
static MsgType |
MsgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgType[] |
MsgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UIMessage(NodeBase errorNode,
String errorLocation,
MsgType type,
BundleRef br,
String code,
Object[] parameters)
Create an error message container.
|
UIMessage(NodeBase errorNode,
String errorLocation,
MsgType type,
BundleRef br,
String code,
Object[] parameters,
String group) |
| Modifier and Type | Method and Description |
|---|---|
MsgType |
Problem.getSeverity() |
| Constructor and Description |
|---|
Problem(Class<?> anchor,
String code,
MsgType type,
boolean repeatable) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UIGoto.addActionMessage(MsgType type,
String message)
Add a message as a
IGotoAction action. |
| Modifier and Type | Method and Description |
|---|---|
MsgType |
UIMsgException.getType() |
| Constructor and Description |
|---|
UIMsgException(MsgType type,
BundleRef bundle,
String code,
Object... parameters) |
Copyright © 2017 etc.to. All rights reserved.