Class TaskCommentItemView

  • All Implemented Interfaces:
    com.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>, org.jboss.errai.common.client.api.IsElement

    @Dependent
    @Templated
    public class TaskCommentItemView
    extends Object
    implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>, org.jboss.errai.common.client.api.IsElement
    • Constructor Detail

      • TaskCommentItemView

        public TaskCommentItemView()
    • Method Detail

      • setIconType

        public void setIconType​(String iconTypeClass)
      • getElement

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

        public org.jbpm.workbench.ht.model.CommentSummary getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>
      • setValue

        public void setValue​(org.jbpm.workbench.ht.model.CommentSummary model)
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>
      • updateActions

        protected void updateActions​(boolean editItem)