
public class CarsMobileView extends ViewWithUiHandlers<CarsUiHandlers> implements CarsPresenter.MyView
| Modifier and Type | Method and Description |
|---|---|
void |
displayCars(int offset,
List<CarDto> carDtos) |
HasData<CarDto> |
getCarDisplay() |
void |
initDataProvider() |
void |
setCarsCount(Integer result) |
getUiHandlers, setUiHandlersaddToSlot, asWidget, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToSlot, removeFromSlot, setInSlotsetUiHandlerspublic void initDataProvider()
initDataProvider in interface CarsPresenter.MyViewpublic HasData<CarDto> getCarDisplay()
getCarDisplay in interface CarsPresenter.MyViewpublic void setCarsCount(Integer result)
setCarsCount in interface CarsPresenter.MyViewpublic void displayCars(int offset,
List<CarDto> carDtos)
displayCars in interface CarsPresenter.MyViewCopyright © 2010-2014 ArcBees. All Rights Reserved.