public static interface TaskCommentsPresenter.TaskCommentsView
extends com.google.gwt.user.client.ui.IsWidget
| 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() |
void |
init(TaskCommentsPresenter presenter) |
void init(TaskCommentsPresenter presenter)
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–2015 JBoss by Red Hat. All rights reserved.