Wednesday, January 1, 2014

Re: Activities and Places, how to deal with nested views ?

I know it might be an old topic, but I have tried to implement thomas idea (http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni ) in the following github project. I will be happy to have some comments/suggestions.

https://github.com/ronanquillevere/GWT-Multi-Activities

Regards

On Wednesday, October 26, 2011 3:09:31 PM UTC+2, Olivier O wrote:
Dear GWT profesionnals,

I try to create an little app who allow users to make search. The main
screen contains some inputs and a TabLayoutPanel who contains two set
of inputs.
The main screen is created with UiBinder and the two containeds into
the tabs are also described with UiBinder. I have one activity who
manage the screen and perform the search.

But now I have to add another search button into the first tab. This
search button let the user do a search and complete the inputs. The
first solution is to add another callback method to the atcivity
"doNestedSearchAndFillSubset()" but this "nestedSearch" can prompt the
user with an popup panel to select one line from the result set...

Is it a way to manage the "subSearch" view and action with another
activity who is nested into the main screen activity ?

Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment