| Package | Description |
|---|---|
| to.etc.domui.component.misc |
| Modifier and Type | Method and Description |
|---|---|
protected MsgBox.IAnswer |
MsgBox.getOnAnswer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MsgBox.continueCancel(NodeBase dad,
String string,
MsgBox.IAnswer onAnswer)
Ask a continue/cancel confirmation.
|
static void |
MsgBox.dialog(NodeBase dad,
String title,
MsgBox.IAnswer onAnswer,
INodeContentRenderer<String> contentRenderer) |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
String string,
MsgBox.IAnswer onAnswer) |
static void |
MsgBox.message(NodeBase dad,
String iconSrc,
String string,
MsgBox.IAnswer onAnswer)
Provides interface to create INFO type messages with custom icon.
|
static void |
MsgBox.message(NodeBase dad,
String iconSrc,
String title,
MsgBox.IAnswer onAnswer,
INodeContentRenderer<String> msgRenderer)
Provides interface to create INFO type messages with custom title, icon, data section and optional callback.
|
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.setOnAnswer(MsgBox.IAnswer onAnswer) |
static void |
MsgBox.yesNo(NodeBase dad,
String string,
MsgBox.IAnswer onAnswer)
Ask a yes/no confirmation, and pass either YES or NO to the onAnswer delegate.
|
static void |
MsgBox.yesNo(NodeBase dad,
String string,
MsgBox.IAnswer onAnswer,
INodeContentRenderer<String> msgRenderer)
Ask a yes/no confirmation, and pass either YES or NO to the onAnswer delegate.
|
static void |
MsgBox.yesNoCancel(NodeBase dad,
String string,
MsgBox.IAnswer onAnswer) |
Copyright © 2017 etc.to. All rights reserved.