@Dependent @Templated(stylesheet="CaseStageItemViewImpl.css") public class CaseStageItemViewImpl extends AbstractView<CaseStagesPresenter> implements com.google.gwt.user.client.TakesValue<CaseStageSummary>, 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 |
|---|
CaseStageItemViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertStatusToStr(String modelValue) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseStageSummary |
getValue() |
void |
init() |
void |
setValue(CaseStageSummary model) |
void |
showStageStatus(String tooltipTitle,
String... stylesClass) |
init, tooltip@Inject protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
@PostConstruct public void init()
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic CaseStageSummary getValue()
getValue in interface com.google.gwt.user.client.TakesValue<CaseStageSummary>public void setValue(CaseStageSummary model)
setValue in interface com.google.gwt.user.client.TakesValue<CaseStageSummary>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.