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 void
clearCommentInputForm()
void
disableNewComments()
void
hideLoadButton()
void
resetPagination()
void
setCommentList(List<org.jbpm.workbench.ht.model.CommentSummary> commentList)
void
showCommentHeader()
void
showLoadButton()
-
-
-
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()
-
-