Interface TaskCommentsPresenter.TaskCommentsView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TaskCommentsPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<TaskCommentsPresenter>
- All Known Implementing Classes:
TaskCommentsViewImpl
- Enclosing class:
- TaskCommentsPresenter
public static interface TaskCommentsPresenter.TaskCommentsView extends org.uberfire.client.mvp.UberElement<TaskCommentsPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCommentInputForm()voiddisableNewComments()voidhideLoadButton()voidresetPagination()voidsetCommentList(List<org.jbpm.workbench.ht.model.CommentSummary> commentList)voidshowCommentHeader()voidshowLoadButton()
-
-
-
Method Detail
-
disableNewComments
void disableNewComments()
-
clearCommentInputForm
void clearCommentInputForm()
-
setCommentList
void setCommentList(List<org.jbpm.workbench.ht.model.CommentSummary> commentList)
-
resetPagination
void resetPagination()
-
hideLoadButton
void hideLoadButton()
-
showLoadButton
void showLoadButton()
-
showCommentHeader
void showCommentHeader()
-
-