@Dependent @Templated public class CaseActionItemView extends AbstractView<CaseActionsPresenter> implements com.google.gwt.user.client.TakesValue<CaseActionSummary>, org.jboss.errai.common.client.api.IsElement
Modifier and Type | Field and Description |
---|---|
protected org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
presenter
Constructor and Description |
---|
CaseActionItemView() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(CaseActionsPresenter.CaseActionAction action) |
void |
addActionInfo(String text) |
void |
addCreationDate() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseActionSummary |
getValue() |
void |
setLastElementStyle() |
void |
setValue(CaseActionSummary model) |
init, tooltip
@Inject protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public CaseActionSummary getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<CaseActionSummary>
public void setValue(CaseActionSummary model)
setValue
in interface com.google.gwt.user.client.TakesValue<CaseActionSummary>
public void addAction(CaseActionsPresenter.CaseActionAction action)
public void addCreationDate()
public void addActionInfo(String text)
public void setLastElementStyle()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.