org.jbpm.console.ng.ht.client.editors.taskcomments
public static interface TaskCommentsPresenter.TaskCommentsView extends org.uberfire.client.mvp.UberView<TaskCommentsPresenter>
Modifier and Type | Method and Description |
---|---|
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() |
com.github.gwtbootstrap.client.ui.TextArea getNewTaskCommentTextArea()
com.github.gwtbootstrap.client.ui.Button addCommentButton()
com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
com.github.gwtbootstrap.client.ui.SimplePager getPager()
void displayNotification(String text)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.