Class TaskCommentItemView
- java.lang.Object
-
- org.jbpm.workbench.ht.client.editors.taskcomments.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
-
-
Field Summary
Fields Modifier and Type Field Description protected TaskCommentsPresenterpresenter
-
Constructor Summary
Constructors Constructor Description TaskCommentItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(TaskCommentsPresenter.CommentAction action)org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.ht.model.CommentSummarygetValue()voidinit(TaskCommentsPresenter presenter)voidsetIconType(String iconTypeClass)voidsetValue(org.jbpm.workbench.ht.model.CommentSummary model)protected voidupdateActions(boolean editItem)
-
-
-
Field Detail
-
presenter
protected TaskCommentsPresenter presenter
-
-
Method Detail
-
init
public void init(TaskCommentsPresenter presenter)
-
setIconType
public void setIconType(String iconTypeClass)
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
addAction
public void addAction(TaskCommentsPresenter.CommentAction action)
-
getValue
public org.jbpm.workbench.ht.model.CommentSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>
-
setValue
public void setValue(org.jbpm.workbench.ht.model.CommentSummary model)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>
-
updateActions
protected void updateActions(boolean editItem)
-
-