Interface CaseCommentsPresenter.CaseCommentsView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseCommentsPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseCommentsPresenter>
- All Known Implementing Classes:
CaseCommentsViewImpl
- Enclosing class:
- CaseCommentsPresenter
public static interface CaseCommentsPresenter.CaseCommentsView extends org.uberfire.client.mvp.UberElement<CaseCommentsPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCommentInputForm()voidhideLoadButton()voidresetPagination()voidsetCaseCommentList(List<org.jbpm.workbench.cm.model.CaseCommentSummary> caseCommentList)
-
-
-
Method Detail
-
clearCommentInputForm
void clearCommentInputForm()
-
setCaseCommentList
void setCaseCommentList(List<org.jbpm.workbench.cm.model.CaseCommentSummary> caseCommentList)
-
resetPagination
void resetPagination()
-
hideLoadButton
void hideLoadButton()
-
-