Class CaseCommentsViewImpl
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseCommentsPresenter>
-
- org.jbpm.workbench.cm.client.comments.CaseCommentsViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,CaseCommentsPresenter.CaseCommentsView,org.uberfire.client.mvp.HasPresenter<CaseCommentsPresenter>,org.uberfire.client.mvp.UberElement<CaseCommentsPresenter>
@Dependent @Templated public class CaseCommentsViewImpl extends AbstractView<CaseCommentsPresenter> implements CaseCommentsPresenter.CaseCommentsView
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseCommentsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommentButton(org.jboss.errai.common.client.dom.Event e)voidclearCommentInputForm()voidclearErrorMessages()org.jboss.errai.common.client.dom.HTMLElementgetElement()voidhideLoadButton()voidinit()voidinit(CaseCommentsPresenter presenter)voidloadMoreComments(org.jboss.errai.common.client.dom.MouseEvent event)voidonSortAlphaAsc(org.jboss.errai.common.client.dom.MouseEvent event)voidonSortAlphaDesc(org.jboss.errai.common.client.dom.MouseEvent event)voidresetPagination()voidsetCaseCommentList(List<org.jbpm.workbench.cm.model.CaseCommentSummary> caseCommentList)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
tooltip
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
init
public void init(CaseCommentsPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CaseCommentsPresenter>- Overrides:
initin classAbstractView<CaseCommentsPresenter>
-
clearCommentInputForm
public void clearCommentInputForm()
- Specified by:
clearCommentInputFormin interfaceCaseCommentsPresenter.CaseCommentsView
-
clearErrorMessages
public void clearErrorMessages()
-
resetPagination
public void resetPagination()
- Specified by:
resetPaginationin interfaceCaseCommentsPresenter.CaseCommentsView
-
setCaseCommentList
public void setCaseCommentList(List<org.jbpm.workbench.cm.model.CaseCommentSummary> caseCommentList)
- Specified by:
setCaseCommentListin interfaceCaseCommentsPresenter.CaseCommentsView
-
hideLoadButton
public void hideLoadButton()
- Specified by:
hideLoadButtonin interfaceCaseCommentsPresenter.CaseCommentsView
-
addCommentButton
@EventHandler("addCommentButton") public void addCommentButton(@ForEvent("click") org.jboss.errai.common.client.dom.Event e)
-
onSortAlphaAsc
@EventHandler("sort-alpha-asc") public void onSortAlphaAsc(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
onSortAlphaDesc
@EventHandler("sort-alpha-desc") public void onSortAlphaDesc(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
loadMoreComments
@EventHandler("load-more-comments") public void loadMoreComments(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
-