阅读更多

11顶
1踩

Web前端

原创新闻 Ext GWT 2.2.0 beta发布

2010-07-22 12:57 by 副主编 just_cool 评论(5) 有7357人浏览

Ext GWT 2.2.0 beta版本发布了。Ext GWT是一个基于 Google Web Toolkit 和 ExtJs 的功能强大的网页开发控件库。

 

它扩展了 GWT,在 ExtJs 的基础上实现了有排序功能的表格(Grid)、分页、过滤,支持有拖拽功能的树,高度可定制的组合下拉框(Combobox)、目录、对话框、表单 (Form)以及功能丰富、强大且易用的 API。

 

新特性:

General Changes & Enhancements

  • Adding a listener for a browser event now automatically sinks the browser event.
  • Switched order of Cancel / Save buttons in RowEditor.
  • Added keyboard support to DatePicker.
  • Added keyboard support to ColorPalette.
  • Added widget support to MenuItem.
  • Added RowEditor to pt_BR locale file.
  • Changed cancel/no buttons to default buttons in Dialog and MessageBox.
  • ChartModel now accepts a ScaleProvider for a right axis.
  • Added column reordering to Grid and TreeGrid.
  • Added SpinnerField component.
  • Performance improvements around TreeStore, TreePanel and TreeGrid.
  • Performance improvements in Grid if removing multiply rows at once.

API Changes

  • Added ColumnHeader setEnableColumnResizing(boolean enable), deprecated enableColumnResizing()
  • Added TreeBeanModelReader.
  • HtmlContainer deferDownload default changed from false to true.
  • NumberField now extends SpinnerField and hides the triggers.
  • Added remove(int index) to ListStore.
  • Added TreeStore hasChildren(M model).
11
1
评论 共 5 条 请登录后发表评论
5 楼 avi2 2010-07-23 14:09
可惜,gwt-ext挂了,变成了smartgwt
4 楼 rocwon 2010-07-23 10:52
mainlove 写道
SMARTGWT 感觉不漂亮 还要自己重新搞css

GXT毕竟样式照搬ext 做一些系统方便


SMARTGWT有好几套theme,可以选择的,根本无须搞CSS。我从SMARTGWT 1.0b2开始用到现在2.2,感觉是很好的。可能是SMARTCLIENT的名气不如EXT。
3 楼 mainlove 2010-07-23 09:13
SMARTGWT 感觉不漂亮 还要自己重新搞css

GXT毕竟样式照搬ext 做一些系统方便
2 楼 rocwon 2010-07-23 08:44
咋没人报道下SMARTGWT呢
1 楼 kerry001 2010-07-22 16:30
曾经用过,不错的

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • 模态对话框的VC++实现

    内容索引:VC/C++源码,界面编程,对话框  VC++实现的模态对话框,通过这个小示例你或许能了解到以下相关的内容:重载虚函数OnOK、非模式对话框不调用基类CDialog的OnCancel函数、模态对话框直接调用基类的OnConcel函数、在堆中生成指向CModelessDialog对象的数据成员、删除对象,释放堆空间、WM_GOODBYE的消息处理函数、输出非模态对话框 Modeless Dialog 的编辑控件的内容……

  • VC++模态对话框和非模态对话框

    MFC中有两种类型的对话框:模态对话框和非模态对话框。 模态对话框是指当其显示时,程序会暂停执行,直到关闭这个模态对话框后,才能继续执行程序中其他任务。非模态对话框是指当其显示时,允许转而执行程序中其他任务,而不用关闭这个对话框。 模态对话框的创建:创建模态对话框需要调用CDia

  • VC++6.0 MFC显示模态对话框和非模态对话框

    1、模态对话框 #include "AddDataDlg.h"//添加头文件 CAddDataDlg AddData_Dialog;//在头文件中定义对话框对象(CAddDataDlg为该对话框对应的类) int nReturn = AddData_Dialog.DoModal();//在源文件函数中显示模态对话框,将返回值赋给nReturn if (nReturn ==IDCANCEL)...

  • VC模态对话框和模态对话框创建和销毁

    原文连接 其他转载者稍作了整理版本

  • vc++开发学习二(模态对话框和非模态对话框的创建和销毁)

    ①、模态对话框与非模态对话框的区别: 模态对话框:一旦创建模态对话框,则无法操作父对话框,只能操作当前创建的模态对话框,关闭当前模态对话框后才可以操作父对话框非模态对话框:和模态对话框相反,创建该对话框后可以继续操作父对话框 ②、新对话框资源的添加及相关类的绑定: 首先是先创建一个对话框模板资源,在资源文件里鼠标放到工程名上左击然后选择添加,在选中资源,最后选择Dia...

  • 渗透之——Metasploit命令及模块

    show exploits 列出metasploit框架中的所有渗透攻击模块。 show payloads 列出metasploit框架中的所有攻击载荷。 show auxiliary 列出metasploit框架中的所有辅助攻击载荷。 search name 查找metasploit框架中所有的...

  • IMX6Q Android 7.1.2 IDEGen生产Android.iml

    <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="JAVA_MODULE"&...facet t

  • msf-show

    Metasploit框架中包涵数百个模块,没有人能用脑子把它们的名字全部记下来。在MSF终端中运行show命令会把所有的模块显示出来,也可以指定模块的类型来缩小搜索范围。 1. msf > show exploits ...

  • metasploit命令及模块

    show exploits 列出metasploit框架中的所有渗透攻击模块。 show payloads 列出metasploit框架中的所有攻击载荷。 show auxiliary 列出metasploit框架中的所有辅助攻击载荷。 search name 查找metasploit框架中所有的...

  • Awesome Hacking Tools

    asp-audit 2BETA An ASP fingerprinting tool and vulnerability scanner. http://seclists.org/basics/2006/Sep/128 athena-ssl-scanner 0.5.2 a SSL cipher scanner that checks all cipher codes. It can ...

  • VC创建模态对话框

    模态窗口的创建由DialogBox()函数。 首先定义几个id: #define ID_FILE_EXIT 900 #define ID_STUFF_GO 9002 #define ID_HELP_ABOUT 9003 #define IDD_ABOUT 101 对话框的资源文件如下: //////////////////////////////////////////

  • VC++模式对话框和非模式对话框的步骤

    <br />VC3<br /> <br />1.面向对象:封装、继承、多态<br />2.类与对象<br />3.strcpy("a","b");<br />4.析构函数<br />5.抛出异常:throws<br />6.文本控件---只支持应用的输出,不接受用户的输入<br />Static Text 、Picture<br />7.组合框Combo Box 把编辑框和单选择列表组合在一起<br />Ctrl +Enter进行回车<br />8.工具栏布局可以对控件的对齐,很简便<br /> <br /

  • VC模态对话框和非模态对话框的创建和关闭

    Windows下的对话框分为两类:Modal dialog boxes 和Modeless dialog boxes,即模态对话框和非模态对话框。         一、概述:MSDN里面对它们的概述分别是:        Modal dialog boxes require users to complete and close before continuing with the owner

  • 在VC6.0单文档菜单栏上创建模态和非模态对话框

    我是在菜单栏上创建的对话框,首先创建MFC AppWized[exe]工程,然后我选的程序类型是单文档,一直点下一步就行了(这个过程你可以看一下都有哪些功能,后边真如开发再仔细学),最后点击完成,会弹出一个新建工程信息,点击确定就可以了。至此一个MFC单文档工程就建好了,可以编译一下,没有问题就可以进行下一步了。 按照图1上所示,步骤2的鼠标放在Dialog上,右击,选择插入Dialog,因为要建模态和非模态的所以这里就插入了两个对话框,步骤3的空白处右键可以选择属性修改对话框的ID和名称,这里我就用默

  • 渗透攻击基础

    Metasploit框架中包涵数百个模块,没有人能用脑子把它们的名字全部记下来。在MSF终端中运行show命令会把所有的模块显示出来,也可以指定模块的类型来缩小搜索范围。 1. msf &gt; show exploits ...

  • spring HibernateTransactionManager

    SLF4J: Class path contains multiple SLF4... http://camel.apache.org/schema/spring/camel-spring-2.10.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd, ...

  • spring transaction propagation 01 REQUIRED

    一旦报错就全部回滚了,查询无结果 SLF4J:... http://camel.apache.org/schema/spring/camel-spring-2.10.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd, ...

  • spring transaction propagation 04 timeout

    SLF4J: Class path contains multiple SLF4... http://camel.apache.org/schema/spring/camel-spring-2.10.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd, ...

  • java.lang.ClassNotFoundException: org.hibernate.cache.internal.EhCacheRegionFactory

    E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.net.sf.cglib-2.2.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.org.aopalliance-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava...

Global site tag (gtag.js) - Google Analytics