jBPM Console NG - Human Tasks Client 6.1.0.Beta4

org.jbpm.console.ng.ht.client.editors.taskcomments.popup
Interface TaskCommentsPopupPresenter.TaskCommentsPopupView

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

public static interface TaskCommentsPopupPresenter.TaskCommentsPopupView
extends org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter>


Method Summary
 com.github.gwtbootstrap.client.ui.Button addCommentButton()
           
 com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
           
 com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
           
 com.github.gwtbootstrap.client.ui.TextArea getNewTaskCommentTextArea()
           
 com.github.gwtbootstrap.client.ui.SimplePager getPager()
           
 com.github.gwtbootstrap.client.ui.Label getTaskIdText()
           
 com.github.gwtbootstrap.client.ui.Label getTaskNameText()
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getTaskIdText

com.github.gwtbootstrap.client.ui.Label getTaskIdText()

getTaskNameText

com.github.gwtbootstrap.client.ui.Label getTaskNameText()

getNavBarUL

com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()

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()

jBPM Console NG - Human Tasks Client 6.1.0.Beta4

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