I'm using SmartGWT 2.4 version on IE 7.
If my application needs to use nested views :
+----------------------------+
| V1 |
| +-------+ +-------+ |
| | V2 | | V3 | |
| | | |--------| |
| | | | V4 | |
| +-------+ +-------+ |
| |
| |
+----------------------------+
(1) is it recommended to have nested presenters as well (one presenter per view) ?
(2) How do I handle events (in which presenter) across views? Example a Link in V2 that opens a tab in say V3?
(3) How do I confine a refresh to just a particular subview V3 without refreshing the entire container through the AppController class ?
Thanks,
Uma
Be sure your post includes:
1. the SmartGWT or SmartClient version and browser version(s) involved;
2. for a server-side problem, the complete logs generated during processing of the request;
3. for a client-side problem, the contents of the Developer Console (see FAQ for usage);
4. if there is a JavaScript error, the stack trace logged in the Developer Console (from Internet Explorer if possible); and
5. sample code.
Posts with incomplete information are much more likely to be ignored.
If my application needs to use nested views :
+----------------------------+
| V1 |
| +-------+ +-------+ |
| | V2 | | V3 | |
| | | |--------| |
| | | | V4 | |
| +-------+ +-------+ |
| |
| |
+----------------------------+
(1) is it recommended to have nested presenters as well (one presenter per view) ?
(2) How do I handle events (in which presenter) across views? Example a Link in V2 that opens a tab in say V3?
(3) How do I confine a refresh to just a particular subview V3 without refreshing the entire container through the AppController class ?
Thanks,
Uma
Be sure your post includes:
1. the SmartGWT or SmartClient version and browser version(s) involved;
2. for a server-side problem, the complete logs generated during processing of the request;
3. for a client-side problem, the contents of the Developer Console (see FAQ for usage);
4. if there is a JavaScript error, the stack trace logged in the Developer Console (from Internet Explorer if possible); and
5. sample code.
Posts with incomplete information are much more likely to be ignored.
Comment