public class EditRatingPresenter extends PresenterWidget<EditRatingPresenter.MyView> implements EditRatingUiHandlers
Modifier and Type | Class and Description |
---|---|
static interface |
EditRatingPresenter.MyView |
Modifier and Type | Method and Description |
---|---|
void |
createNew() |
void |
onCancel() |
void |
onSave(RatingDto ratingDto) |
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReset, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot
bind, isBound, onBind, onUnbind, registerHandler, unbind
public void createNew()
createNew
in interface EditRatingUiHandlers
public void onCancel()
onCancel
in interface EditRatingUiHandlers
public void onSave(RatingDto ratingDto)
onSave
in interface EditRatingUiHandlers
Copyright © 2010-2014 ArcBees. All Rights Reserved.