首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 在GWT使用XML构建UI

在GWT使用XML构建UI

  • 资源大小:33.10 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: ui xml GWT 使用 构建

资 源 简 介

This project help building GWT application with complex UI based on descriptive XML file. All work is done during compile-time using GWT Generators. Some features that is currently implemented: Fully descriptive XML-driven user inteface building. Easy access to generated objects. Simple state changing (just one call of method) "Lazy" widget creation: widgets are created only when it becomes visible State inheritance: any state can have parent state. So you can write some general state with basic UI, and then derive some state with only changes. In-line visual attributes of containers (like "align="right" width="100%" style="bar"") State-aware widgets: If widget implements UIStateListener interface and added to UI, it will be notified about state change. Here is example of XML file for gwt-ui: ``` 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
VIP VIP
0.171512s