|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MsgBox | |
---|---|
to.etc.domui.component.misc |
Uses of MsgBox in to.etc.domui.component.misc |
---|
Methods in to.etc.domui.component.misc that return MsgBox | |
---|---|
static MsgBox |
MsgBox.create(NodeBase parent)
|
Method parameters in to.etc.domui.component.misc with type arguments of type MsgBox | |
---|---|
static void |
MsgBox.continueCancel(NodeBase dad,
java.lang.String string,
IClicked<MsgBox> onAnswer)
Ask a continue/cancel confirmation, and call the IClicked handler for CONTINUE only. |
static void |
MsgBox.yesNo(NodeBase dad,
java.lang.String string,
IClicked<MsgBox> onAnswer)
Ask a yes/no confirmation; call the onAnswer handler if YES is selected and do nothing otherwise. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |