Methods in to.etc.domui.component.misc with parameters of type MsgBox.IAnswer |
static void |
MsgBox.continueCancel(NodeBase dad,
java.lang.String string,
MsgBox.IAnswer onAnswer)
Ask a continue/cancel confirmation. |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
java.lang.String string,
MsgBox.IAnswer onAnswer)
|
static void |
MsgBox.okMore(NodeBase dad,
MsgBox.Type type,
java.lang.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,
java.lang.String string,
MsgBox.IAnswer onAnswer)
Ask a yes/no confirmation, and pass either YES or NO to the onAnswer delegate. |
static void |
MsgBox.yesNoCancel(NodeBase dad,
java.lang.String string,
MsgBox.IAnswer onAnswer)
|