Methods in to.etc.domui.component.misc with parameters of type MsgBox.Type |
static void |
MsgBox.message(NodeBase dad,
MsgBox.Type mt,
java.lang.String string)
|
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.setType(MsgBox.Type type)
|
static void |
MsgBox.yesNo(NodeBase dad,
MsgBox.Type msgtype,
java.lang.String string,
IClicked<MsgBox> onAnswer)
Ask a yes/no confirmation; call the onAnswer handler if YES is selected and do nothing otherwise. |