lmignon / GWTP-GXT3-SAMPLES

2 stars 1 forks source link

How to use it inside a nested presenter ? #5

Open sbeex opened 9 years ago

sbeex commented 9 years ago

Hello !

I am trying to implement your work on my project. This is exactly what I need but I want my tabs go inside a container.

This method :

    @Inject
    public HomePagePresenter(final EventBus eventBus, final MyView view, final MyProxy proxy) {
        super(eventBus, view, proxy, TYPE_SetTabContent, TYPE_RequestTabs, TYPE_ChangeTab, RevealType.Root);
    }

call ReavealType.ROOT how can I say it to work differently ?

Thank you in advance ;)

Cheers, Seb

lmignon commented 9 years ago

Hi,

I no more works with GXT-GWT nor with JAVA (back to my first love: python).

Regards,

lmi