T - The Presenter's type.public class TabContentProxyPlaceImpl<T extends Presenter<?,?>> extends ProxyPlaceAbstract<T,TabContentProxy<T>> implements TabContentProxyPlace<T>
TabContentProxy that is also a
Place.| Constructor and Description |
|---|
TabContentProxyPlaceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeTab(TabData tabData)
Changes the data associated with this tab.
|
Tab |
getTab()
Retrieves the
Tab object that was created from the
TabData returned by TabContentProxy.getTabData(). |
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.
|
addRegisteredHandler, bind, canReveal, equals, fireEvent, getEventBus, getHandlerContainer, getNameToken, getPlace, getPlaceManager, getPlaceTitle, getPresenter, getProxy, getRawPresenter, hashCode, manualReveal, manualRevealFailed, matchesRequest, setPlace, setPlaceManager, setProxy, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitmanualReveal, manualRevealFailedgetEventBus, getPresentergetRawPresenterfireEventcanReveal, equals, getNameToken, hashCode, matchesRequest, toStringpublic String getTargetHistoryToken()
TabContentProxyNonLeafTabContentProxy.getTargetHistoryToken in interface TabContentProxy<T extends Presenter<?,?>>public TabData getTabData()
TabContentProxyTabData that should be used to create this tab.getTabData in interface TabContentProxy<T extends Presenter<?,?>>public Tab getTab()
TabContentProxyTab object that was created from the
TabData returned by TabContentProxy.getTabData().getTab in interface TabContentProxy<T extends Presenter<?,?>>public void changeTab(TabData tabData)
TabContentProxyTabContainerPresenter containing this
tab defines a ChangeTab field and
passes it to the parent constructor.changeTab in interface TabContentProxy<T extends Presenter<?,?>>Copyright © 2010-2014 ArcBees. All Rights Reserved.