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

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

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

Methods in to.etc.domui.component.misc that return MsgBox.Type
static MsgBox.Type MsgBox.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MsgBox.Type[] MsgBox.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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.