public class CarsView 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, setUiHandlers
addToSlot, asWidget, initWidget, removeFromSlot, setInSlot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToSlot, removeFromSlot, setInSlot
setUiHandlers
public void initDataProvider()
initDataProvider
in interface CarsPresenter.MyView
public HasData<CarDto> getCarDisplay()
getCarDisplay
in interface CarsPresenter.MyView
public void setCarsCount(Integer result)
setCarsCount
in interface CarsPresenter.MyView
public void displayCars(int offset, List<CarDto> carDtos)
displayCars
in interface CarsPresenter.MyView
Copyright © 2010-2014 ArcBees. All Rights Reserved.