jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

org.jbpm.console.ng.ht.client.editors.taskcomments
Class TaskCommentsPopupPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskcomments.TaskCommentsPopupPresenter

@Dependent
public class TaskCommentsPopupPresenter
extends Object


Nested Class Summary
static interface TaskCommentsPopupPresenter.TaskCommentsPopupView
           
 
Constructor Summary
TaskCommentsPopupPresenter()
           
 
Method Summary
 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 onReveal()
           
 void onStart(org.uberfire.shared.mvp.PlaceRequest place)
           
 void refreshComments(long taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommentsPopupPresenter

public TaskCommentsPopupPresenter()
Method Detail

getDataProvider

public com.google.gwt.view.client.ListDataProvider<CommentSummary> getDataProvider()

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter> getView()

onStart

public void onStart(org.uberfire.shared.mvp.PlaceRequest place)

onReveal

public void onReveal()

refreshComments

public void refreshComments(long taskId)

addTaskComment

public void addTaskComment(long taskId,
                           String text,
                           Date addedOn)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<CommentSummary> display)

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.