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 TaskCommentsPresenter
presenter
-
Constructor Summary
Constructors Constructor Description TaskCommentItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAction(TaskCommentsPresenter.CommentAction action)
org.jboss.errai.common.client.dom.HTMLElement
getElement()
org.jbpm.workbench.ht.model.CommentSummary
getValue()
void
init(TaskCommentsPresenter presenter)
void
setIconType(String iconTypeClass)
void
setValue(org.jbpm.workbench.ht.model.CommentSummary model)
protected void
updateActions(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:
getElement
in 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:
getValue
in 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:
setValue
in interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.ht.model.CommentSummary>
-
updateActions
protected void updateActions(boolean editItem)
-
-