| Package | Description |
|---|---|
| com.gwtplatform.mvp.client.proxy |
| Modifier and Type | Interface and Description |
|---|---|
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 |
ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>>
|
class |
ProxyPlaceImpl<P extends Presenter<?,?>>
|
class |
TabContentProxyPlaceImpl<T extends Presenter<?,?>>
A useful mixing class to define a
TabContentProxy that is also a
Place. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ManualRevealCallback<T> |
ManualRevealCallback.create(Presenter<?,? extends ProxyPlace<?>> presenter,
AsyncCallback<T> callback)
Creates an
ManualRevealCallback that is attached to another AsyncCallback. |
| Constructor and Description |
|---|
ManualRevealCallback(Presenter<?,? extends ProxyPlace<?>> presenter)
Creates an
ManualRevealCallback that is not attached to another AsyncCallback. |
Copyright © 2010–2014 Arcbees. All rights reserved.