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
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.