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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
manualReveal, manualRevealFailed
getEventBus, getPresenter
getRawPresenter
fireEvent
canReveal, equals, getNameToken, hashCode, matchesRequest, toString
public String getTargetHistoryToken()
TabContentProxy
NonLeafTabContentProxy
.getTargetHistoryToken
in interface TabContentProxy<T extends Presenter<?,?>>
public TabData getTabData()
TabContentProxy
TabData
that should be used to create this tab.getTabData
in interface TabContentProxy<T extends Presenter<?,?>>
public Tab getTab()
TabContentProxy
Tab
object that was created from the
TabData
returned by TabContentProxy.getTabData()
.getTab
in interface TabContentProxy<T extends Presenter<?,?>>
public void changeTab(TabData tabData)
TabContentProxy
TabContainerPresenter
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.