| Package | Description |
|---|---|
| to.etc.domui.component.misc |
| Modifier and Type | Method and Description |
|---|---|
static MsgBox.Type |
MsgBox.Type.from(MsgType messageType) |
static MsgBox.Type |
MsgBox.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgBox.Type[] |
MsgBox.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MsgBox.flexDialog(NodeBase dad,
MsgBox.Type boxType,
String message,
MsgBox.IAnswer2 onAnswer,
Object... buttonresultpairs) |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
NodeContainer content) |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
String string) |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
String string,
MsgBox.IAnswer onAnswer) |
static void |
MsgBox.okMore(NodeBase dad,
MsgBox.Type type,
String string,
MsgBox.IAnswer onAnswer)
Show message of specified type, and provide details (More...) button.
|
protected void |
MsgBox.setType(MsgBox.Type type) |
static void |
MsgBox.yesNo(NodeBase dad,
MsgBox.Type msgtype,
String string,
IClicked<MsgBox> onAnswer)
Ask a yes/no confirmation; call the onAnswer handler if YES is selected and do nothing otherwise.
|
Copyright © 2017 etc.to. All rights reserved.