Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Method and Description |
---|---|
Tab |
TabContainerPresenter.addTab(TabContentProxy<?> tabProxy)
Adds a new tab to this presenter.
|
Tab |
TabPanel.addTab(TabData tabData,
String historyToken)
Adds a new tab to the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
TabPanel.changeTab(Tab tab,
TabData tabData,
String historyToken)
Change the data or history token associated with a tab.
|
void |
TabPanel.removeTab(Tab tab)
Removes a tab from the widget.
|
void |
TabPanel.setActiveTab(Tab tab)
Sets the currently active tab.
|
Modifier and Type | Method and Description |
---|---|
Tab |
TabContentProxyPlaceImpl.getTab() |
Tab |
TabContentProxy.getTab()
Retrieves the
Tab object that was created from the
TabData returned by TabContentProxy.getTabData() . |
Tab |
NonLeafTabContentProxyImpl.getTab() |
Copyright © 2010–2014 Arcbees. All rights reserved.