P
- The type of the Presenter
associated with this proxy.public interface TabContentProxyPlace<P extends Presenter<?,?>> extends TabContentProxy<P>, ProxyPlace<P>
Proxy
of a Presenter
that has
a name token and can be displayed within a
TabContainerPresenter
's main area.
If the presenter is not associated to a name token use NonLeafTabContentProxy
instead.
Example of use:
@ProxyCodeSplit @NameToken("homepage") @TabInfo(container = MainPagePresenter.class, priority = 0, label = "Home") public interface MyProxy extends TabContentProxyPlace<HomePagePresenter> { }
TabInfo
changeTab, getTab, getTabData, getTargetHistoryToken
manualReveal, manualRevealFailed
getEventBus, getPresenter
getRawPresenter
fireEvent
canReveal, equals, getNameToken, hashCode, matchesRequest, toString
Copyright © 2010-2014 ArcBees. All Rights Reserved.