@Dependent @Templated(stylesheet="ProcessInstanceDiagram.css") public class SubProcessInstanceItemView extends Object implements com.google.gwt.user.client.TakesValue<ProcessInstanceSummary>, org.jboss.errai.common.client.api.IsElement
Modifier and Type | Field and Description |
---|---|
org.gwtbootstrap3.client.ui.Anchor |
subProcessNameAnchor |
Constructor and Description |
---|
SubProcessInstanceItemView() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
ProcessInstanceSummary |
getValue() |
protected void |
onClickSubProcessInstanceId(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setValue(ProcessInstanceSummary value) |
@Inject @DataField(value="sub-process-name-text") public org.gwtbootstrap3.client.ui.Anchor subProcessNameAnchor
public void setValue(ProcessInstanceSummary value)
setValue
in interface com.google.gwt.user.client.TakesValue<ProcessInstanceSummary>
public ProcessInstanceSummary getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<ProcessInstanceSummary>
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
@EventHandler(value="sub-process-name-text") protected void onClickSubProcessInstanceId(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.