Package | Description |
---|---|
com.gwtplatform.carstore.client.application.cars.car |
Modifier and Type | Class and Description |
---|---|
class |
CarProxyImpl |
Modifier and Type | Method and Description |
---|---|
CarPresenter.MyProxy |
CarProxyFactory.create(CarDto carDto,
String nameToken) |
Modifier and Type | Method and Description |
---|---|
CarPresenter |
CarPresenterFactory.create(CarPresenter.MyProxy proxy,
CarDto carDto) |
void |
CarPresenterProvider.setProxy(CarPresenter.MyProxy proxy) |
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) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.