| Package | Description |
|---|---|
| com.gwtplatform.carstore.client.application.cars.car | |
| com.gwtplatform.mvp.client | |
| com.gwtplatform.mvp.client.gin | |
| com.gwtplatform.mvp.client.proxy |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CarProxyImpl.bind(PlaceManager placeManager,
EventBus eventBus) |
| Constructor and Description |
|---|
CarPresenter(EventBus eventBus,
CarPresenter.MyView view,
RestDispatch dispatcher,
CarsService carsService,
ManufacturerService manufacturerService,
PlaceManager placeManager,
CarProxyFactory carProxyFactory,
CarMessages messages,
CarPresenter.MyProxy proxy,
CarDto carDto) |
| Constructor and Description |
|---|
DefaultBootstrapper(PlaceManager placeManager) |
| Constructor and Description |
|---|
DefaultModule(Class<? extends PlaceManager> placeManagerClass)
Manually setup a PlaceManager.
|
DefaultModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass)
Manually setup a
PlaceManager and TokenFormatter. |
PresenterSetupModule(Class<? extends PlaceManager> placeManagerClass) |
PresenterSetupModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlaceManager
This is a subtype of
PlaceManagerImpl that uses
custom name tokens to reveal default, error and unauthorized places. |
class |
PlaceManagerImpl
Default implementation to be extended of the
PlaceManager. |
| Modifier and Type | Method and Description |
|---|---|
protected PlaceManager |
ProxyPlaceAbstract.getPlaceManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyPlaceAbstract.bind(PlaceManager placeManager,
EventBus eventBus)
Injects the various resources and performs other bindings.
|
protected void |
ProxyImpl.bind(PlaceManager placeManager,
EventBus eventBus)
Injects the various resources and performs other bindings.
|
protected void |
ProxyPlaceAbstract.setPlaceManager(PlaceManager placeManager) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.