资 源 简 介
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%的代码片段,完整代码需下载后查看 加载中 侵权举报