
EAS
yoen_qin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
EAS 屏蔽排序事件
ta int rowIndex = tblMain.getSelectManager().getActiveRowIndex(); if(rowIndex == -1){ return; }原创 2016-02-16 17:40:06 · 627 阅读 · 0 评论 -
EAS icon添加图标
在onload()方法里里添加: btnSync.setIcon(com.kingdee.eas.util.client.EASResource.getIcon("imgTbtn_syncpurview"));原创 2016-05-24 09:08:46 · 1455 阅读 · 0 评论 -
EAS KDTable 判断点击的是表头
protected void tblMain_tableClicked(KDTMouseEvent e) throws Exception { int rowIndex = e.getRowIndex(); if (e.getType() != KDTStyleConstants.HEAD_ROW) {return;} } protected void tblMain_原创 2016-05-26 20:30:34 · 629 阅读 · 0 评论 -
BOS Table 如何指定表、行、列或单元不可编辑
如何指定表、行、列或单元不可编辑 // 锁定表格、行、列、单元 table.getStyleAttributes().getProtection().setLocked(true); row.getStyleAttributes().getProtection().setLocked(true); col.getStyleAttributes().getProtection().s转载 2016-05-18 17:34:42 · 1505 阅读 · 0 评论 -
导出或打印时的计时页面
/** * 打印 */ protected void btnPrintSetting_actionPerformed(ActionEvent e) throws Exception { verifyInput(); final FDCProgressDialog diag = FDCProgressDialog.createProgressDialog(this, true); di原创 2016-05-19 14:34:15 · 327 阅读 · 0 评论 -
EAS 搭建的环境,启动不了服务器
解决方案: W:\workspace\fdcDyWeb80\runtime\apusic\config 找server.xml文件 W:\workspace\fdcDyWeb80\runtime\apusic\config 找server.xml文件原创 2016-07-14 10:46:12 · 3015 阅读 · 0 评论