Uses of Class
to.etc.domui.component.misc.MsgBox

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, 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.
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.