gwtXP Release Notes
Release Notes for 0.1.2
Minor change release.
Changes
- ListBox: selectedIndex, selectedValue, valuePropName and displayPropName.
- WidgetPropertyObservableValue, HasTextObservableValue, HasValueObservableValue, HasWordWrapObservableValue and HasCaptionObservableValue: Check the widget before setting value to its property.
New Features
- Event Handler expression can be in
#{#historyToken}format.
Release Notes for 0.1.1
Minor change release.
Changes
- Pack all required class into one jar for convenient purpose.
- Include samples
New Features
- Add attribute onCommand to menuItem
- Add SimplePanel
Release Notes for 0.1
Initial release
Features
- Transform XML file to GWT code
- Generate code for data binding using JFace Data Binding
- Value Binding, including Computed Value (for example: ${item.price * orderLine.quantity}
- List Binding: Bind to ListBox and bind to Table (using ScrollTable – a scrollable table)
- Generate code for event handler regsitration
- Almost common widgets like TextBox, Label, ListBox, etc are done
- ScrollTable: a modified version of FlexTable with scrolling feature


