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> { }
TabInfochangeTab, getTab, getTabData, getTargetHistoryTokenmanualReveal, manualRevealFailedgetEventBus, getPresentergetRawPresenterfireEventcanReveal, equals, getNameToken, hashCode, matchesRequest, toStringCopyright © 2010-2014 ArcBees. All Rights Reserved.