As part of our post-Flex migration at Ideas, we are currently evaluating the Vaadin framework. A key feature of Flex for us was their nifty data binding mechanism, so we are taking a look at binding UI elements to our data models. Vaadin does include a basic master-details view implementation in their wiki, but they have not supplied the full source. I wanted to compile the example myself, for experimentation, so I've posted what I have for now, below.
Will keep updated as I make improvements. Would like to see a better way to share code, short of new Git repo!
This versionpoints to custom theme, and is also missing a simple Hobby and Person entity.
Src: https://vaadin.com/wiki/-/wiki/Main/Creating%20a%20master-details%20view%20for%20editing%20persons
Thanks to the magic of the interwebs, I've discovered the beauty of Gist - tiny snippet repos on github. Github is the gift that keeps on giving!
Will keep updated as I make improvements. Would like to see a better way to share code, short of new Git repo!
This version
Src: https://vaadin.com/wiki/-/wiki/Main/Creating%20a%20master-details%20view%20for%20editing%20persons
Thanks to the magic of the interwebs, I've discovered the beauty of Gist - tiny snippet repos on github. Github is the gift that keeps on giving!