public class RatingDetailView extends ViewWithUiHandlers<RatingDetailUiHandlers> implements RatingDetailPresenter.MyView, Editor<RatingDto>
Editor.Ignore, Editor.Path
Constructor and Description |
---|
RatingDetailView(com.gwtplatform.carstore.client.application.rating.RatingDetailView.Binder uiBinder,
com.gwtplatform.carstore.client.application.rating.RatingDetailView.Driver driver) |
Modifier and Type | Method and Description |
---|---|
void |
edit(RatingDto ratingDto) |
void |
getRating() |
void |
setAllowedCars(List<CarDto> carDtos) |
getUiHandlers, setUiHandlers
addToSlot, asWidget, initWidget, removeFromSlot, setInSlot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToSlot, removeFromSlot, setInSlot
setUiHandlers
@Inject public RatingDetailView(com.gwtplatform.carstore.client.application.rating.RatingDetailView.Binder uiBinder, com.gwtplatform.carstore.client.application.rating.RatingDetailView.Driver driver)
public void edit(RatingDto ratingDto)
edit
in interface RatingDetailPresenter.MyView
public void setAllowedCars(List<CarDto> carDtos)
setAllowedCars
in interface RatingDetailPresenter.MyView
public void getRating()
getRating
in interface RatingDetailPresenter.MyView
Copyright © 2010-2014 ArcBees. All Rights Reserved.