|
||||||||||
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.CreateGroupPresenter
public class CreateGroupPresenter
MVP presenter for group creation. TODO: Known issue: if multiple dialogs are open simultaneously they will all be disposed on a successful create.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ccc.client.presenters.GroupPresenter |
---|
GroupPresenter.GroupView |
Constructor Summary | |
---|---|
CreateGroupPresenter(GroupPresenter.GroupView view)
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 CreateGroupPresenter(GroupPresenter.GroupView view)
view
- The view for this presenter.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 |