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