| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.dialog |
| Modifier and Type | Method and Description |
|---|---|
static FlatMessageBox.MessageType |
FlatMessageBox.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlatMessageBox.MessageType[] |
FlatMessageBox.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FlatMessageBox |
FlatMessageBox.show(com.google.gwt.safehtml.shared.SafeHtml message,
FlatMessageBox.MessageType type)
Shows a message box
|
static FlatMessageBox |
FlatMessageBox.show(String message,
FlatMessageBox.MessageType type)
Shows a message box
|
Copyright © 2014. All rights reserved.