Skip to content

How to use it inside a nested presenter ? #5

@sbeex

Description

@sbeex

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions