Package | Description |
---|---|
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyPlace<P extends Presenter<?,?>>
|
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 |
PlaceImpl |
class |
PlaceWithGatekeeper |
class |
PlaceWithGatekeeperWithParams
Specialized
PlaceWithGatekeeper which uses a GatekeeperWithParams and an array of parameters to
protect the Place . |
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 |
---|---|
protected Place |
ProxyPlaceAbstract.getPlace() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyPlaceAbstract.setPlace(Place place) |
Copyright © 2010–2014 Arcbees. All rights reserved.