jBPM Console NG - Human Tasks Client 6.2.0.Beta3

org.jbpm.console.ng.ht.client.editors.taskcomments
Interface TaskCommentsPresenter.TaskCommentsView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
TaskCommentsViewImpl
Enclosing class:
TaskCommentsPresenter

public static interface TaskCommentsPresenter.TaskCommentsView
extends com.google.gwt.user.client.ui.IsWidget


Method Summary
 com.github.gwtbootstrap.client.ui.Button addCommentButton()
           
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
           
 com.github.gwtbootstrap.client.ui.TextArea getNewTaskCommentTextArea()
           
 com.github.gwtbootstrap.client.ui.SimplePager getPager()
           
 void init(TaskCommentsPresenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

init

void init(TaskCommentsPresenter presenter)

getNewTaskCommentTextArea

com.github.gwtbootstrap.client.ui.TextArea getNewTaskCommentTextArea()

addCommentButton

com.github.gwtbootstrap.client.ui.Button addCommentButton()

getDataGrid

com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()

getPager

com.github.gwtbootstrap.client.ui.SimplePager getPager()

displayNotification

void displayNotification(String text)

jBPM Console NG - Human Tasks Client 6.2.0.Beta3

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