@Dependent @Templated(stylesheet="CaseInstanceViewImpl.css") public class CaseInstanceViewImpl extends AbstractView<CaseInstanceListPresenter> implements com.google.gwt.user.client.TakesValue<CaseInstanceSummary>, org.jboss.errai.common.client.api.IsElement
presenter| Constructor and Description |
|---|
CaseInstanceViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
CaseInstanceSummary |
getValue() |
void |
init() |
void |
onCaseInstanceClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCloseClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onCompleteClick(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
setValue(CaseInstanceSummary model) |
init, tooltip@PostConstruct public void init()
public CaseInstanceSummary getValue()
getValue in interface com.google.gwt.user.client.TakesValue<CaseInstanceSummary>public void setValue(CaseInstanceSummary model)
setValue in interface com.google.gwt.user.client.TakesValue<CaseInstanceSummary>public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElement@EventHandler(value="complete")
public void onCompleteClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="close")
public void onCloseClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="case-details")
public void onCaseInstanceClick(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.