|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.core.AbstractPresenter<GroupPresenter.GroupView,Group>
ccc.client.presenters.GroupPresenter
ccc.client.presenters.UpdateGroupPresenter
public class UpdateGroupPresenter
MVP presenter for group update. TODO: Known issue: if multiple dialogs are open simultaneously they will all be disposed on a successful update.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ccc.client.presenters.GroupPresenter |
---|
GroupPresenter.GroupView |
Constructor Summary | |
---|---|
UpdateGroupPresenter(GroupPresenter.GroupView view,
Group group)
Constructor. |
Method Summary | |
---|---|
void |
handle(Event<CommandType> event)
Handle an event. |
void |
save()
Confirm the edits. |
Methods inherited from class ccc.client.presenters.GroupPresenter |
---|
bind, cancel, render, unbind, valid |
Methods inherited from class ccc.client.core.AbstractPresenter |
---|
clearHandlers, dispose, getModel, getView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateGroupPresenter(GroupPresenter.GroupView view, Group group)
view
- The view for this presenter.group
- The group to update.Method Detail |
---|
public void save()
public void handle(Event<CommandType> event)
event
- The event to handle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |