1. Data Binding Demo
This is a Microsoft WPF's sample on Data Binding. The source codes of .NET version can be found
here and the corresponding Java codes
here. This sample creates a product listing application that allows users to enter items for sale. It demonstrates the following data binding concepts:
- The binding object
- Data context
- Data templates
- Property change notifications
- Data Validation
- Data Conversion
|
- Data triggers
- Multibinding
- Collection view source
- Master-Detail paradigm
- Sorting
- Filtering
|
The screenshots are taken within both products and shown side by side (Click on image for full size).
1.1 Main Program Window
Window XP
eFace with SWT renderer |
Microsoft WPF .NET 3 |
 |
 |
Window Vista
eFace with SWT renderer |
Microsoft WPF .NET 3 |
 |
 |
MacOS
eFace with SWT renderer |
Microsoft WPF .NET 3 |
 |
|
Linux
eFace with SWT renderer |
Microsoft WPF .NET 3 |
 |
|
1.2 Add Product Dialog
eFace with SWT renderer |
Microsoft WPF .NET 3 |
 |
 |
Soyatec © 2006-2009 Soyatec. All rights reserved.