jBPM Console NG - Human Tasks Client 6.0.0-SNAPSHOT

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

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<TaskCommentsPresenter>
All Known Implementing Classes:
TaskCommentsViewImpl
Enclosing class:
TaskCommentsPresenter

public static interface TaskCommentsPresenter.TaskCommentsView
extends org.uberfire.client.mvp.UberView<TaskCommentsPresenter>


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()
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

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.0.0-SNAPSHOT

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