| Package | Description |
|---|---|
| to.etc.domui.component.misc |
| Modifier and Type | Method and Description |
|---|---|
static MsgBox |
MsgBox.create(NodeBase parent) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MsgBox.continueCancel(NodeBase dad,
String string,
IClicked<MsgBox> onAnswer)
Ask a continue/cancel confirmation, and call the IClicked handler for CONTINUE only.
|
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.
|
static void |
MsgBox.yesNo(NodeBase dad,
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.