Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Method and Description |
---|---|
TabContentProxy<?> |
ChangeTabEvent.getTabContentProxy() |
Modifier and Type | Method and Description |
---|---|
Tab |
TabContainerPresenter.addTab(TabContentProxy<?> tabProxy)
Adds a new tab to this presenter.
|
static void |
ChangeTabEvent.fire(HasHandlers source,
GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
|
Constructor and Description |
---|
ChangeTabEvent(GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
Creates an event for requesting the modification to a tab displayed in a
TabContainerPresenter . |
Modifier and Type | Interface and Description |
---|---|
interface |
NonLeafTabContentProxy<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter that does not have a name token and
that can be displayed within a
TabContainerPresenter 's main area. |
interface |
TabContentProxyPlace<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter that has
a name token and can be displayed within a
TabContainerPresenter 's main area. |
Modifier and Type | Class and Description |
---|---|
class |
NonLeafTabContentProxyImpl<T extends Presenter<?,?>> |
class |
TabContentProxyPlaceImpl<T extends Presenter<?,?>>
A useful mixing class to define a
TabContentProxy that is also a
Place . |
Copyright © 2010-2014 ArcBees. All Rights Reserved.