Class CaseCommentsViewImpl

    • Constructor Detail

      • CaseCommentsViewImpl

        public CaseCommentsViewImpl()
    • Method Detail

      • getElement

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • clearErrorMessages

        public void clearErrorMessages()
      • 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)