弹出框的类型_第1页
弹出框的类型_第2页
弹出框的类型_第3页
弹出框的类型_第4页
弹出框的类型_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、弹出框Info弹出框1. showInfo(String info)           showInfo("showInfo方式提示信息");2.showInfo(Component comp, String info)showInfo(this,"showInfo方式提示信息");警告弹出框3.showWarning(String warning)4.showWarning(Component comp, String warning)    

2、;       showWarning(this,"showWarning方式提示信息");错误展示5.showError(Component comp, String error)showError(this,"showError错误提示");6.showError(String error, String errorDetail)com.kingdee.eas.util.client.MsgBox.showError("系统功能发生严重错误 ","1321123123&q

3、uot;);7.showError(Component comp, String error, String errorDetail)com.kingdee.eas.util.client.MsgBox.showError(this,"系统功能发生严重错误 ","errorDetail");8.showDetailAndOK(Component comp, String error, String errorDetail, int msgType)参数msgType 没有进行测试,需要进一步的测试com.kingdee.eas.util.client.M

4、sgBox.showDetailAndOK(this,"错误/信息","错误或信息明细",1000);按钮有返回值,相关的操作9.int showConfirm2(Component comp, String msg)注:点确认返回:0        点取消返回:2sample:com.kingdee.eas.util.client.MsgBox.showConfirm2(this,"确定. ");10.int showConfirm2(String msg)11.int s

5、howConfirm2New(Component comp, String msg)sample:注:点是返回:0        点否返回:1com.kingdee.eas.util.client.MsgBox.showConfirm2New(this,"确认新增?");12. int showConfirm3(Component comp, String msg)注:是返回:0      否返回:1       取消返回:2sampl

6、e:com.kingdee.eas.util.client.MsgBox.showConfirm3(this,"确认操作.?");13. int showConfirm3(Component comp, String msg, String detail)注:是返回:0      否返回:1sample:com.kingdee.eas.util.client.MsgBox.showConfirm3(this,"showConfirm3.","操作说明.");14.showConfirm3a(Co

7、mponent comp, String msg, String detail)注:确认返回:0      取消返回:2sample:com.kingdee.eas.util.client.MsgBox.showConfirm3a(this,"操作.","操作说明.");15.int showConfirm4a(Component comp, String msg, String detail)返回 :是  0           否 1          取消 2Sample:com.kingdee.eas.util.client.MsgBox.showConfirm4a(this,"操作.","操作说明.");连接错误16. int showConnectionError()17. int showConn

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论