Pyjamas 简介,第 1 部分: 协同使用 GWT 和 Python 的优势
2010-08-26 00:00:00 来源:WEB开发网ContactListGUI init 方法通过调用 buildForm 方法创建一个新的表单,并在其中添加用于编辑联系人数据的字段。然后,init 方法调用 placeWidgets 方法,这个方法把 contactGrid、formGrid、status 和 addNewButton 部件放在驻留这个 GUI 应用程序的 HTML 页面中定义的位置,见清单 3。
图 1 显示联系人管理应用程序中使用的部件的概况。
图 1. 联系人管理 GUI 中的部件
查看原图(大图)
清单 3. ContactListGUI GUI 事件处理器
<html>
<head>
<meta name="pygwt:module" content="Contacts">
<link rel='stylesheet' href='Contacts.css'>
<title>Contacts</title>
</head>
<body bgcolor="white">
<script language="javascript" src="bootstrap.js"></script>
<h1>Contact List Example</h1>
<table align="center">
<tr>
<td id="contactStatus"></td>
</tr>
<tr>
<td id="contactToolBar"></td>
</tr>
<tr>
<td id="contactForm"></td>
</tr>
<tr>
<td id="contactListing"></td>
</tr>
</table>
</body>
</html>
- ››Pyjamas 简介,第 1 部分: 协同使用 GWT 和 Pytho...
- ››简介CentOS配置ssh系统技术
- ››部分 WM6.5 手机有望升级到 Windows Phone 7
- ››简介:Oracle 11g分区
- ››部分英特尔芯片不支持Windows 7“XP模式”
- ››简介穿过防火墙来远程控制协议分析仪
- ››简介Visual C++ 2008 Feature Pack
- ››简介使用Java编写Palm OS程序的解决方案
- ››简介使用Java编写PalmOS程序的解决方案
- ››简介DB2 9.5和IBM Data Studio
- ››简介Mysql中的临时表使用方法
- ››部分VZPP无法正常访问怎么解决?
更多精彩
赞助商链接