org.jbpm.console.ng.ht.client.editors.taskcomments.popup
@Dependent public class TaskCommentsPopupPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TaskCommentsPopupPresenter.TaskCommentsPopupView |
Constructor and Description |
---|
TaskCommentsPopupPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
addDataDisplay(com.google.gwt.view.client.HasData<CommentSummary> display) |
void |
addTaskComment(long taskId,
String text,
Date addedOn) |
void |
close() |
com.google.gwt.view.client.ListDataProvider<CommentSummary> |
getDataProvider() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter> |
getView() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
refreshComments(long taskId) |
public com.google.gwt.view.client.ListDataProvider<CommentSummary> getDataProvider()
public String getTitle()
public org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter> getView()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onOpen()
public void refreshComments(long taskId)
public void addDataDisplay(com.google.gwt.view.client.HasData<CommentSummary> display)
public void close()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.