Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Class and Description |
---|---|
class |
TabDataBasic
|
Modifier and Type | Method and Description |
---|---|
Tab |
TabPanel.addTab(TabData tabData,
String historyToken)
Adds a new tab to the widget.
|
void |
TabPanel.changeTab(Tab tab,
TabData tabData,
String historyToken)
Change the data or history token associated with a tab.
|
Modifier and Type | Field and Description |
---|---|
protected TabData |
NonLeafTabContentProxyImpl.tabData |
Modifier and Type | Method and Description |
---|---|
TabData |
TabContentProxyPlaceImpl.getTabData() |
TabData |
TabContentProxy.getTabData()
Retrieves the
TabData that should be used to create this tab. |
TabData |
NonLeafTabContentProxyImpl.getTabData() |
Modifier and Type | Method and Description |
---|---|
void |
TabContentProxyPlaceImpl.changeTab(TabData tabData) |
void |
TabContentProxy.changeTab(TabData tabData)
Changes the data associated with this tab.
|
void |
NonLeafTabContentProxyImpl.changeTab(TabData tabData) |
void |
NonLeafTabContentProxyImpl.changeTab(TabData tabData,
String targetHistoryToken) |
void |
NonLeafTabContentProxy.changeTab(TabData tabData,
String targetHistoryToken)
Changes the data and target history token associated with this tab.
|
Copyright © 2010–2014 Arcbees. All rights reserved.