@Inject
CarsMobileView(Binder uiBinder,
CarCell carCell,
MobileDataListStyle mobileDataListStyle) {
pagerPanel = new ShowMorePagerPanel(PAGE_SIZE);
carList = new CellList<>(carCell, mobileDataListStyle);
selectionModel = new SingleSelectionModel<>();
initWidget(uiBinder.createAndBindUi(this));