Package | Description |
---|---|
com.gwtplatform.mvp.client.proxy |
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 |
Proxy<P extends Presenter<?,?>>
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
interface |
ProxyPlace<P extends Presenter<?,?>>
|
interface |
TabContentProxy<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter 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 |
ProxyImpl<P extends Presenter<?,?>> |
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 . |
Copyright © 2010–2014 Arcbees. All rights reserved.