public static interface TaskCommentsPresenter.TaskCommentsView extends org.uberfire.client.mvp.UberElement<TaskCommentsPresenter>
Modifier and Type | Method and Description |
---|---|
void |
clearCommentInputForm() |
void |
disableNewComments() |
void |
hideLoadButton() |
void |
resetPagination() |
void |
setCommentList(List<CommentSummary> commentList) |
void |
showCommentHeader() |
void |
showLoadButton() |
void disableNewComments()
void clearCommentInputForm()
void setCommentList(List<CommentSummary> commentList)
void resetPagination()
void hideLoadButton()
void showLoadButton()
void showCommentHeader()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.