@Dependent @Templated public class TaskCommentItemView extends Object implements com.google.gwt.user.client.TakesValue<CommentSummary>, org.jboss.errai.common.client.api.IsElement
| Modifier and Type | Field and Description |
|---|---|
protected TaskCommentsPresenter |
presenter |
| Constructor and Description |
|---|
TaskCommentItemView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(TaskCommentsPresenter.CommentAction action) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CommentSummary |
getValue() |
void |
init(TaskCommentsPresenter presenter) |
void |
setIconType(String iconTypeClass) |
void |
setValue(CommentSummary model) |
protected void |
updateActions(boolean editItem) |
protected TaskCommentsPresenter presenter
public void init(TaskCommentsPresenter presenter)
public void setIconType(String iconTypeClass)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void addAction(TaskCommentsPresenter.CommentAction action)
public CommentSummary getValue()
getValue in interface com.google.gwt.user.client.TakesValue<CommentSummary>public void setValue(CommentSummary model)
setValue in interface com.google.gwt.user.client.TakesValue<CommentSummary>protected void updateActions(boolean editItem)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.