@Dependent @Templated public class CaseMilestoneItemView extends AbstractView<CaseMilestoneListPresenter> implements com.google.gwt.user.client.TakesValue<CaseMilestoneSummary>, 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 |
---|
CaseMilestoneItemView() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseMilestoneSummary |
getValue() |
void |
init() |
void |
setValue(CaseMilestoneSummary model) |
void |
showMilestoneStatus(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.IsElement
public CaseMilestoneSummary getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<CaseMilestoneSummary>
public void setValue(CaseMilestoneSummary model)
setValue
in interface com.google.gwt.user.client.TakesValue<CaseMilestoneSummary>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.