P - The type of the Presenter associated with this proxy.public interface TabContentProxy<P extends Presenter<?,?>> extends Proxy<P>
Proxy of a Presenter that can
be displayed within a
TabContainerPresenter's main area.
You should not use this proxy directly. If the presenter is associated to a name token use
TabContentProxyPlace instead. If the presenter is not a leaf, so it is not associated
with a name token, use NonLeafTabContentProxy instead.TabInfo| Modifier and Type | Method and Description |
|---|---|
void |
changeTab(TabData tabData)
Changes the data associated with this tab.
|
Tab |
getTab()
|
TabData |
getTabData()
Retrieves the
TabData that should be used to create this tab. |
String |
getTargetHistoryToken()
Gets the history token that should be accessed when the tab is clicked.
|
getEventBus, getPresentergetRawPresenterfireEventTabData getTabData()
TabData that should be used to create this tab.String getTargetHistoryToken()
NonLeafTabContentProxy.Tab getTab()
void changeTab(TabData tabData)
TabContainerPresenter containing this
tab defines a ChangeTab field and
passes it to the parent constructor.Copyright © 2010-2014 ArcBees. All Rights Reserved.