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

Packages that use MsgBoxButton
to.etc.domui.component.misc   
 

Uses of MsgBoxButton in to.etc.domui.component.misc
 

Methods in to.etc.domui.component.misc that return MsgBoxButton
static MsgBoxButton MsgBoxButton.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MsgBoxButton[] MsgBoxButton.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 MsgBoxButton
protected  void MsgBox.addButton(MsgBoxButton mbb)
          Add a default kind of button.
 void MsgBox.IAnswer.onAnswer(MsgBoxButton result)