Hi Pablo,
how?

In my principal view I've something this:

...
                    <g:tab>
                        <g:header size='30'>
                            <b>Trattamenti</b>
                        </g:header>
                        
<l:ListaTrattamentoViewImpl></l:ListaTrattamentoViewImpl>
                    </g:tab>
                   ...

where ListaTrattamentoViewImpl is a subview that have to stay in a tab. But 
where I create the place for my principal view how I can create the 
activity for the ListaTrattamentoViewImpl? The ActivityManager will not 
invoke the start method on the activity of ListaTrattamentoViewImpl but 
only in the my principal view.

Thanks


Il giorno lunedì 30 luglio 2012 20:01:46 UTC+2, Juan Pablo Gardella ha 
scritto:
>
> Use event bus to communicate the view with the activity. 
>
> 2012/7/30 bond <[email protected]>
>
>> Hi, anyone has some ideas about this problem?
>> It is strange that no one has this need!
>>
>> Thanks
>>
>> Il giorno sabato 14 luglio 2012 10:44:14 UTC+2, bond ha scritto:
>>>
>>> Any ideas?
>>>
>>> Thanks!
>>>
>>> Il giorno giovedì 12 luglio 2012 14:53:09 UTC+2, bond ha scritto:
>>>>
>>>> Hi guys,
>>>> I've a design question about mvp pattern in GWT. I'm using 
>>>> Activity,Place and View.
>>>> I've some view that shows a list of products (every view show a 
>>>> particular list of objects). I'd like to group these views in a single 
>>>> view 
>>>> that has a TabPanel and in every tab I want to show the view that I 
>>>> created 
>>>> (see attachment).
>>>>
>>>> I'd like to include every view in the one that include all but I can't 
>>>> because in this way the Activity is not associated to the view. 
>>>>
>>>> Which is the best way to model this scenario?
>>>>
>>>> Thanks
>>>>
>>>>
>>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-web-toolkit/-/Hj0mktV_kLgJ.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to 
>> [email protected].
>> For more options, visit this group at 
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/7DsyB3OwHjIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to