仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
用户停用启用 分配角色穿梭框功能 创建其他人员组织菜单 表格优化
田源
2024-06-27
56bdc677d717f8f1d8ff6ff4c87e733d1206e8be
[PLTWEB.git]
/
Source
/
Client
/
PLTClient
/
src
/
com
/
vci
/
client
/
uif
/
engine
/
client
/
tableArea
/
editable
/
GetContextDefinationInterface.java
1
2
3
4
5
6
7
package com.vci.client.uif.engine.client.tableArea.editable;
import com.vci.corba.portal.data.PLUILayout;
public interface GetContextDefinationInterface {
public PLUILayout getContextDefinationInterface(String btmName, String contextCode);
}