Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it inside a nested presenter ? #5

Open
sbeex opened this issue Aug 13, 2014 · 1 comment
Open

How to use it inside a nested presenter ? #5

sbeex opened this issue Aug 13, 2014 · 1 comment

Comments

@sbeex
Copy link

sbeex commented Aug 13, 2014

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
Copy link
Owner

lmignon commented Aug 25, 2014

Hi,

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

Regards,

lmi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants