As in GWT / SmartGWT, you can make a multi-page form, such as in ordinary Windows installation programs: the left half is static, in the right half different panels change when you click "Next", "Back"?
Interested in the right side with a lot of panels that change only programmatically.
Panel headers, such as TabPanel or StackPanel, should not be visible.
- <a href=" google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/…> what I was looking for. - Ildar am
|
1 answer
Take a look
http://uptick.com.au/content/build-user-interface
There is generally a good (albeit great) example of an application.
You start with Getting started with smartGWT ( http://uptick.com.au/content/getting-started-smartgwt ) and go to What's Next at the end of each page.
- The application is really great, a good example. We work on Eclipse and build the form when using GWT Designer, can you tell me which components to use? - Ildar
- No, I did not try Designer. All pens. - avp
- Designer do not use because there are negative aspects of use? - Ildar
- I just do not like to learn new and then more new tools. - avp
|