
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, setInSlotbind, isBound, onBind, onUnbind, registerHandler, unbindpublic void createNew()
createNew in interface EditRatingUiHandlerspublic void onCancel()
onCancel in interface EditRatingUiHandlerspublic void onSave(RatingDto ratingDto)
onSave in interface EditRatingUiHandlersCopyright © 2010-2014 ArcBees. All Rights Reserved.