Uses of Interface
to.etc.domui.component.misc.MsgBox.IAnswer

Packages that use MsgBox.IAnswer
to.etc.domui.component.misc   
 

Uses of MsgBox.IAnswer in to.etc.domui.component.misc
 

Methods in to.etc.domui.component.misc that return MsgBox.IAnswer
protected  MsgBox.IAnswer MsgBox.getOnAnswer()
           
 

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.yesNo(NodeBase dad, java.lang.String string, MsgBox.IAnswer onAnswer, INodeContentRenderer<java.lang.String> msgRenderer)
          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)